Showing posts with label Full Screen. Show all posts
Showing posts with label Full Screen. Show all posts

Monday, 7 March 2016

Android: No Title Bar in Activity

17:40:00 Posted by Kumanan ,
<style name="AppTheme" parent="@style/Theme.AppCompat.Light">
    <item name="windowNoTitle">true</item>
    <item name="windowActionBar">false</item>
    <item name="android:windowFullscreen">false</item>
    <item name="android:windowContentOverlay">@null</item>
</style>