Change navigation bar color
This commit is contained in:
parent
36e1a78ab9
commit
bea6181ea9
@ -21,6 +21,7 @@
|
||||
|
||||
<style name="BaseTheme" parent="Theme.AppCompat.NoActionBar">
|
||||
<item name="android:alertDialogTheme">@style/AlertDialogStyle</item>
|
||||
<item name="android:navigationBarColor">?android:colorPrimary</item>
|
||||
</style>
|
||||
|
||||
<style name="AlertDialogStyle" parent="android:Theme.Material.Dialog.Alert">
|
||||
|
||||
@ -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">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user