Kamis, 03 Maret 2011

Android – Hidding the status and title bar of your application

An Android application provides a titlebar. The Android platform provides a statusbar.If you desire to hide them you can do this either via code or via the theme setting in your “AndroidManifest.xml”. To hide the titlebar of your application you can use the predefined style android:theme=”@android:style/Theme.NoTitleBar”. If you also want to hide the statusbar of your application use android:

Tidak ada komentar:

Posting Komentar