diff options
Diffstat (limited to 'current/support/v17/leanback/res/values-v21/themes.xml')
-rw-r--r-- | current/support/v17/leanback/res/values-v21/themes.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/current/support/v17/leanback/res/values-v21/themes.xml b/current/support/v17/leanback/res/values-v21/themes.xml index 9538d2b..9061674 100644 --- a/current/support/v17/leanback/res/values-v21/themes.xml +++ b/current/support/v17/leanback/res/values-v21/themes.xml @@ -17,5 +17,9 @@ <resources> <style name="Theme.LeanbackBase" parent="android:Theme.Material.NoActionBar"> + <item name="playbackProgressPrimaryColor">?android:attr/colorAccent</item> + <item name="playbackControlsIconHighlightColor">?android:attr/colorAccent</item> + <item name="defaultBrandColor">?android:attr/colorPrimary</item> + <item name="android:colorPrimary">@color/lb_default_brand_color</item> </style> </resources> |