[Android] Standardize breadcrumb colors
Nicolas Pomepuy
git at videolan.org
Thu May 14 15:04:03 CEST 2020
vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Tue May 12 09:17:55 2020 +0200| [c4b6e2a928d0d19e259af5e031a3df128d58e908] | committer: Nicolas Pomepuy
Standardize breadcrumb colors
> https://code.videolan.org/videolan/vlc-android/commit/c4b6e2a928d0d19e259af5e031a3df128d58e908
---
application/vlc-android/AndroidManifest.xml | 2 +-
application/vlc-android/res/values-night/styles.xml | 2 --
application/vlc-android/res/values/styles.xml | 12 ------------
3 files changed, 1 insertion(+), 15 deletions(-)
diff --git a/application/vlc-android/AndroidManifest.xml b/application/vlc-android/AndroidManifest.xml
index 1373afd85..2360f5fad 100644
--- a/application/vlc-android/AndroidManifest.xml
+++ b/application/vlc-android/AndroidManifest.xml
@@ -473,7 +473,7 @@
android:theme="@style/Theme.VLC"/>
<activity
android:name=".gui.InfoActivity"
- android:theme="@style/Theme.VLC.Info"/>
+ android:theme="@style/Theme.VLC"/>
<activity
android:name=".gui.SearchActivity"
android:theme="@style/Theme.VLC"/>
diff --git a/application/vlc-android/res/values-night/styles.xml b/application/vlc-android/res/values-night/styles.xml
index ff50c1cf0..822daaf8f 100644
--- a/application/vlc-android/res/values-night/styles.xml
+++ b/application/vlc-android/res/values-night/styles.xml
@@ -3,8 +3,6 @@
<style name="Theme.VLC"
parent="Theme.VLC.Black" />
- <style name="Theme.VLC.Info"
- parent="Theme.VLC.Info.Black"/>
<style name="VLCTransparentTheme" parent="VLCTransparentThemeDark"/>
diff --git a/application/vlc-android/res/values/styles.xml b/application/vlc-android/res/values/styles.xml
index 98a132f82..4e00b9633 100644
--- a/application/vlc-android/res/values/styles.xml
+++ b/application/vlc-android/res/values/styles.xml
@@ -263,18 +263,6 @@
<item name="empty_button">@style/Widget.Leanback.DetailsActionButtonStyle</item>
</style>
- <style name="Theme.VLC.Info" parent="Theme.VLC">
- <item name="ariane_text_color">@color/grey900</item>
- <item name="ariane_text_size">14sp</item>
- </style>
-
- <style name="Theme.VLC.Info.Black" parent="Theme.VLC.Black">
- <item name="ariane_text_color">@color/grey50</item>
- <item name="ariane_text_size">14sp</item>
-
-
- </style>
-
<style name="VLCardView" parent="Widget.Leanback.ImageCardViewStyle">
<item name="cardType">infoUnderWithExtra</item>
<item name="infoVisibility">always</item>
More information about the Android
mailing list