[android-developers] Re: Make an app NOT be full screen

2010-12-11 Thread DulcetTone
Thanks, TreKing and Kostya ... will explore this path. tone On Dec 11, 3:08 pm, Kostya Vasilyev kmans...@gmail.com wrote: You can declare your activity in the manifest with: android:theme=@android:style/Theme.Dialog to make it semi-transparent, and use wrap_content for both width and

[android-developers] Re: Make an app NOT be full screen

2010-12-11 Thread DulcetTone
Substantial but not complete success. It is vital that my window fill the width of the screen (so it can display an Admob ad) and this theme imposes a padding or margin. Looking at the themes.xml file in the SDK, I am not sure I understand why this is or how I can alter my results. Any idea