Skip to content

Instantly share code, notes, and snippets.

@ByeongsuPark
Created June 9, 2018 12:42
Show Gist options
  • Save ByeongsuPark/76bd6d42b3fcb652663c84607d078c38 to your computer and use it in GitHub Desktop.
Save ByeongsuPark/76bd6d42b3fcb652663c84607d078c38 to your computer and use it in GitHub Desktop.
How to remove ActionBar and add toolbar
<resources>
<!-- Base application theme. -->
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
<!-- Customize your theme here. -->
<!-- blah blah blah.... -->
<item name="windowActionBar">false</item>
<item name="windowNoTitle"><true</item>
<!-- And add toolbar in layout -->
</style>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment