[Android] Fix the TV settings theme color
Nicolas Pomepuy
git at videolan.org
Wed Aug 27 12:07:33 UTC 2025
vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Fri Aug 22 10:46:58 2025 +0200| [ec0edef984cd5921b39490110a3a016bbb97b08a] | committer: Nicolas Pomepuy
Fix the TV settings theme color
> https://code.videolan.org/videolan/vlc-android/commit/ec0edef984cd5921b39490110a3a016bbb97b08a
---
application/vlc-android/res/values/styles.xml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/application/vlc-android/res/values/styles.xml b/application/vlc-android/res/values/styles.xml
index d3e28901d4..97850a2d12 100644
--- a/application/vlc-android/res/values/styles.xml
+++ b/application/vlc-android/res/values/styles.xml
@@ -451,6 +451,8 @@
</style>
<style name="Theme.VLC.Leanback.Preferences" parent="Theme.Leanback">
+ <item name="colorAccent">@color/orange500</item>
+ <item name="android:colorAccent">@color/orange500</item>
<item name="colorControlNormal">@color/grey300</item>
<item name="preferenceTheme">@style/PreferenceThemeOverlayLeanback</item>
</style>
@@ -472,7 +474,7 @@
<item name="colorPrimary">@color/orange800</item>
<item name="colorPrimaryDark">@color/transparent</item>
<item name="colorAccent">@color/orange500</item>
- <item name="colorAccent">@color/orange500</item>
+ <item name="android:colorAccent">@color/orange500</item>
<item name="android:windowNoTitle">true</item>
<item name="android:windowIsTranslucent">true</item>
</style>
More information about the Android
mailing list