Skip to content

Commit 9ea263f

Browse files
committed
Fixed the navbar color for darkmode
1 parent 6a1d81f commit 9ea263f

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<resources>
3+
4+
<!-- Opening Theme -->
5+
<style name="Base.V21.OpeningTheme" parent="Base.V19.OpeningTheme">
6+
<item name="android:navigationBarColor">@color/dark_youtube_primary_color</item>
7+
</style>
8+
9+
</resources>

0 commit comments

Comments
 (0)