[Android] Fix search icon color
Nicolas Pomepuy
git at videolan.org
Fri Jul 26 11:08:17 CEST 2019
vlc-android | branch: master | Nicolas Pomepuy <nicolas.pomepuy at gmail.com> | Thu Jul 25 09:52:55 2019 +0200| [be5205fb955f9c1560ee00094375a7e220eca2e2] | committer: Nicolas Pomepuy
Fix search icon color
> https://code.videolan.org/videolan/vlc-android/commit/be5205fb955f9c1560ee00094375a7e220eca2e2
---
vlc-android/res/drawable/ic_menu_search.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vlc-android/res/drawable/ic_menu_search.xml b/vlc-android/res/drawable/ic_menu_search.xml
index 0ee7f2380..36db361ec 100644
--- a/vlc-android/res/drawable/ic_menu_search.xml
+++ b/vlc-android/res/drawable/ic_menu_search.xml
@@ -8,7 +8,7 @@
android:strokeAlpha="1"
android:strokeLineJoin="round"
android:strokeWidth="1.99960649"
- android:fillColor="#fafafa"
+ android:fillColor="#ffffff"
android:strokeColor="#00000000"
android:fillType="nonZero"
android:fillAlpha="1"
More information about the Android
mailing list