Skip to content

Commit

Permalink
feat(styles): customize navigationBarColor
Browse files Browse the repository at this point in the history
  • Loading branch information
EdricChan03 committed Mar 24, 2018
1 parent ba71213 commit 2f04727
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item name="colorAccent">@color/colorAccent</item>
<item name="android:navigationBarColor">@color/colorPrimary</item>
</style>

<style name="AppTheme.NoActionBar">
<style name="AppTheme.NoActionBar" parent="AppTheme">
<item name="windowActionBar">false</item>
<item name="windowNoTitle">true</item>
</style>
Expand Down

0 comments on commit 2f04727

Please sign in to comment.