[Android] Fix the info activity storage icon color
Nicolas Pomepuy
git at videolan.org
Tue Apr 6 06:15:37 UTC 2021
vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Thu Apr 1 12:00:44 2021 +0200| [b8aad4c71774acb8038ef933c49a0adbd0dd9e88] | committer: Nicolas Pomepuy
Fix the info activity storage icon color
> https://code.videolan.org/videolan/vlc-android/commit/b8aad4c71774acb8038ef933c49a0adbd0dd9e88
---
application/resources/src/main/res/drawable/ic_storage.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/application/resources/src/main/res/drawable/ic_storage.xml b/application/resources/src/main/res/drawable/ic_storage.xml
index ddd30acba..2e4c8b5c0 100644
--- a/application/resources/src/main/res/drawable/ic_storage.xml
+++ b/application/resources/src/main/res/drawable/ic_storage.xml
@@ -32,7 +32,7 @@
android:strokeAlpha="1"
android:strokeLineJoin="round"
android:strokeWidth="6"
- android:fillColor="#000000"
+ android:fillColor="?attr/font_audio_light"
android:strokeColor="#00000000"
android:fillAlpha="1"
android:strokeLineCap="round" />
More information about the Android
mailing list