Clean up pre-Lollipop theming
This commit is contained in:
parent
9071397ee9
commit
353347aa19
7 changed files with 41 additions and 181 deletions
9
app/src/main/res/values-night/styles.xml
Normal file
9
app/src/main/res/values-night/styles.xml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
<!-- Opening Theme -->
|
||||
<style name="Base.OpeningTheme" parent="Base.V21.OpeningTheme">
|
||||
<item name="android:navigationBarColor">@color/dark_youtube_primary_color</item>
|
||||
</style>
|
||||
|
||||
</resources>
|
||||
Loading…
Add table
Add a link
Reference in a new issue