[Android] Update sort icon
Alexandre Perraud
git at videolan.org
Fri Oct 6 10:20:34 UTC 2023
vlc-android | branch: master | Alexandre Perraud <alexandre at videolan.org> | Fri Jul 21 16:36:57 2023 +0200| [61823a33e13da83f9bc0c509eaf743995cc9cb31] | committer: Alexandre Perraud
Update sort icon
> https://code.videolan.org/videolan/vlc-android/commit/61823a33e13da83f9bc0c509eaf743995cc9cb31
---
.../src/main/res/drawable/ic_menu_sort.xml | 21 +++++++--------------
1 file changed, 7 insertions(+), 14 deletions(-)
diff --git a/application/resources/src/main/res/drawable/ic_menu_sort.xml b/application/resources/src/main/res/drawable/ic_menu_sort.xml
index a17892e81e..3c396f425f 100644
--- a/application/resources/src/main/res/drawable/ic_menu_sort.xml
+++ b/application/resources/src/main/res/drawable/ic_menu_sort.xml
@@ -1,16 +1,9 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="24dp"
- android:height="24dp"
- android:viewportWidth="24"
- android:viewportHeight="24">
- <path
- android:pathData="m4,5v2h18v-2zM4,11v2h11v-2zM4,17v2h5v-2z"
- android:strokeAlpha="1"
- android:strokeLineJoin="round"
- android:strokeWidth="1"
- android:fillColor="?attr/colorControlNormal"
- android:strokeColor="#00000000"
- android:fillType="nonZero"
- android:fillAlpha="1"
- android:strokeLineCap="round"/>
+ android:width="48dp"
+ android:height="48dp"
+ android:viewportWidth="48"
+ android:viewportHeight="48">
+ <path
+ android:pathData="m8,36h8c1.1,0 2,-0.9 2,-2 0,-1.1 -0.9,-2 -2,-2L8,32c-1.1,0 -2,0.9 -2,2 0,1.1 0.9,2 2,2zM6,14c0,1.1 0.9,2 2,2h32c1.1,0 2,-0.9 2,-2 0,-1.1 -0.9,-2 -2,-2L8,12c-1.1,0 -2,0.9 -2,2zM8,26h20c1.1,0 2,-0.9 2,-2 0,-1.1 -0.9,-2 -2,-2L8,22c-1.1,0 -2,0.9 -2,2 0,1.1 0.9,2 2,2z"
+ android:fillColor="?attr/colorControlNormal"/>
</vector>
More information about the Android
mailing list