Skip to content

Instantly share code, notes, and snippets.

@kayode-adechinan
Created July 9, 2019 23:27
Show Gist options
  • Save kayode-adechinan/1a346a6a292fa70a599db66c7ad0ae2e to your computer and use it in GitHub Desktop.
Save kayode-adechinan/1a346a6a292fa70a599db66c7ad0ae2e to your computer and use it in GitHub Desktop.
<!-- 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