Created
July 9, 2019 23:27
-
-
Save kayode-adechinan/1a346a6a292fa70a599db66c7ad0ae2e to your computer and use it in GitHub Desktop.
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
<!-- styles.xml --> | |
<style name="AppTheme.NoActionBar"> | |
<item name="windowActionBar">false</item> | |
<item name="windowNoTitle">true</item> | |
<item name="windowActionModeOverlay">true</item> | |
</style> | |
<!-- manifest.xml --> | |
<activity android:name=".MainActivity" | |
android:theme="@style/AppTheme.NoActionBar"> | |
</activity> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment