Skip to content

Instantly share code, notes, and snippets.

@JohnPersano
Last active November 27, 2020 17:07
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JohnPersano/85c57fc1ec28d3f9c5b2 to your computer and use it in GitHub Desktop.
Save JohnPersano/85c57fc1ec28d3f9c5b2 to your computer and use it in GitHub Desktop.
Styles - Theme.AppCompat.Light.NoActionBar with dark ToolBar
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="Theme.Custom.Dark" parent="Theme.AppCompat.NoActionBar">
<item name="actionBarStyle">@style/Theme.AppCompat</item>
</style>
<style name="Theme.Custom.Light" parent="Theme.AppCompat.Light.NoActionBar">
<item name="actionBarStyle">@style/Custom.Dark</item>
</style>
</resources>
@waiyan362002wed
Copy link

nice

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment