Created
April 2, 2019 17:41
-
-
Save MohammadSamandari/446ef2ae64fc0c30403572e750bec974 to your computer and use it in GitHub Desktop.
Making a activity full screen.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <style name="Theme.AppCompat.Light.NoActionBar.FullScreen" parent="@style/Theme.AppCompat.Light.NoActionBar"> | |
| <item name="android:windowNoTitle">true</item> | |
| <item name="android:windowActionBar">false</item> | |
| <item name="android:windowFullscreen">true</item> | |
| <item name="android:windowContentOverlay">@null</item> | |
| </style> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment