Skip to content

Commit

Permalink
Set navigation bar color
Browse files Browse the repository at this point in the history
  • Loading branch information
khuttun committed Dec 27, 2018
1 parent 0054e4e commit 518bfc4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 3,13 @@
<style name="LightTheme" parent="Theme.AppCompat.Light">
<item name="android:actionButtonStyle">@style/NotificationNotesActionButtonStyle</item>
<item name="preferenceTheme">@style/PreferenceThemeOverlay.v14.Material</item>
<item name="android:navigationBarColor">?android:colorPrimary</item>
</style>

<style name="DarkTheme" parent="Theme.AppCompat">
<item name="android:actionButtonStyle">@style/NotificationNotesActionButtonStyle</item>
<item name="preferenceTheme">@style/PreferenceThemeOverlay.v14.Material</item>
<item name="android:navigationBarColor">?android:colorPrimary</item>
</style>

<style name="NotificationNotesActionButtonStyle">
Expand Down

0 comments on commit 518bfc4

Please sign in to comment.