Make Navigation Bar buttons color black in Light Theme
This commit is contained in:
parent
b3e2418b93
commit
610d0b272e
4 changed files with 39 additions and 11 deletions
|
|
@ -9,7 +9,9 @@
|
|||
</style>
|
||||
|
||||
<!-- Base themes -->
|
||||
<style name="Base.LightTheme" parent="Theme.AppCompat.DayNight.DarkActionBar" />
|
||||
<style name="Base.V7.LightTheme" parent="Theme.AppCompat.DayNight.NoActionBar" />
|
||||
|
||||
<style name="Base.LightTheme" parent="Base.V7.LightTheme" />
|
||||
|
||||
<style name="LightTheme" parent="Base.LightTheme">
|
||||
<item name="colorPrimary">@color/light_youtube_primary_color</item>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue