mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 06:17:57 +01:00 
			
		
		
		
	
							
								
								
									
										9
									
								
								app/src/main/res/drawable/ic_drag_handle_24dp.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								app/src/main/res/drawable/ic_drag_handle_24dp.xml
									
									
									
									
									
										Normal file
									
								
							| @@ -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> | ||||
| @@ -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> | ||||
| @@ -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 | ||||
|   | ||||
| @@ -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" | ||||
|   | ||||
| @@ -37,7 +37,7 @@ | ||||
|         android:layout_height="@dimen/material_component_lists_single_line_with_avatar_height" | ||||
|         android:scaleType="center" | ||||
|         android:layout_gravity="end" | ||||
|         app:srcCompat="@drawable/ic_reorder_grey_24dp" | ||||
|         app:srcCompat="@drawable/ic_drag_handle_24dp" | ||||
|         android:tint="?android:attr/textColorPrimary"/> | ||||
|  | ||||
| </FrameLayout> | ||||
		Reference in New Issue
	
	Block a user