[android-developers] Display admob in full screen

2011-01-10 Thread kavitha b
Hi All, How to show admob in full screen in android instead of wrap_content? com.admob.android.Adview android:id=@+id/ad android:layout_width=fill_parent android:layout_height=wrap_content myapp:backgroundColor=#00 myapp:primaryTextColor=#FF

Re: [android-developers] Display admob in full screen

2011-01-10 Thread TreKing
On Mon, Jan 10, 2011 at 4:13 AM, kavitha b kkavith...@gmail.com wrote: How to show admob in full screen in android instead of wrap_content? Don't use wrap_content? - TreKing