Wednesday, September 5, 2012

Android - Full Screen

I was putting some finishing touches onto a new little ap for my 2 year old and needed to make it full screen. This is what I ended up using.  Edit the AndroidManifest.xml file and change the android:theme line to this.

        android:theme="@android:style/Theme.NoTitleBar.Fullscreen"

No comments: