Change navigation bar color

This commit is contained in:
Phillip Hsu
2016-09-27 00:38:37 -07:00
parent 36e1a78ab9
commit bea6181ea9
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -2,6 +2,7 @@
<!--TODO: DayNight parent-->
<style name="BaseTheme" parent="Theme.AppCompat.NoActionBar">
<item name="alertDialogTheme">@style/AppCompatAlertDialogStyle</item>
<item name="android:windowTranslucentNavigation">true</item>
</style>
<style name="BaseAppTheme" parent="BaseTheme">