Browse Source

Update drag icon

arkon 4 years ago
parent
commit
914f5e569b

+ 9 - 0
app/src/main/res/drawable/ic_drag_handle_24dp.xml

@@ -0,0 +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="M20,9H4v2h16V9zM4,15h16v-2H4V15z"
+      android:fillColor="#000000"/>
+</vector>

+ 0 - 10
app/src/main/res/drawable/ic_reorder_grey_24dp.xml

@@ -1,10 +0,0 @@
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
-        android:width="24dp"
-        android:height="24dp"
-        android:alpha=".38"
-        android:viewportHeight="24.0"
-        android:viewportWidth="24.0">
-    <path
-        android:fillColor="#FF000000"
-        android:pathData="M3,15h18v-2L3,13v2zM3,19h18v-2L3,17v2zM3,11h18L21,9L3,9v2zM3,5v2h18L21,5L3,5z"/>
-</vector>

+ 2 - 2
app/src/main/res/layout/categories_item.xml

@@ -11,8 +11,8 @@
         android:layout_width="@dimen/material_component_lists_single_line_with_avatar_height"
         android:layout_height="@dimen/material_component_lists_single_line_with_avatar_height"
         android:scaleType="center"
-        app:srcCompat="@drawable/ic_reorder_grey_24dp"
-        app:tint="?android:attr/textColorPrimary"
+        app:srcCompat="@drawable/ic_drag_handle_24dp"
+        app:tint="?android:attr/textColorHint"
         tools:ignore="ContentDescription" />
 
     <ImageView

+ 2 - 2
app/src/main/res/layout/download_item.xml

@@ -16,8 +16,8 @@
         app:layout_constraintBottom_toBottomOf="parent"
         app:layout_constraintStart_toStartOf="parent"
         app:layout_constraintTop_toTopOf="parent"
-        app:srcCompat="@drawable/ic_reorder_grey_24dp"
-        app:tint="?android:attr/textColorPrimary" />
+        app:srcCompat="@drawable/ic_drag_handle_24dp"
+        app:tint="?android:attr/textColorHint" />
 
     <TextView
         android:id="@+id/manga_full_title"