admob orientation problem in android
Posted
by Aswan
on Stack Overflow
See other posts from Stack Overflow
or by Aswan
Published on 2010-06-17T06:18:17Z
Indexed on
2010/06/17
6:23 UTC
Read the original article
Hit count: 311
Hi folks
my application integrated with admob ads.when i change the orientation it should fit the screen depends on orientation.portrait mode it is working fine when i changed to landscape mode what ad size i am getting in portrait mode same size of ad displayed in landscape mode
the following i am adding in layout page
<com.admob.android.ads.AdView
android:id="@+id/ad"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
myapp:backgroundColor="#000000"
myapp:primaryTextColor="#FFFFFF"
myapp:secondaryTextColor="#CCCCCC"
/>
© Stack Overflow or respective owner