mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-30 22:07:57 +01:00 
			
		
		
		
	Align filter spinners (closes #2995)
This commit is contained in:
		| @@ -10,9 +10,13 @@ | ||||
|  | ||||
|     <TextView | ||||
|         android:id="@+id/nav_view_item_text" | ||||
|         android:layout_width="wrap_content" | ||||
|         android:layout_width="0dp" | ||||
|         android:layout_height="wrap_content" | ||||
|         android:layout_weight="1" | ||||
|         android:ellipsize="end" | ||||
|         android:maxLines="1" | ||||
|         android:layout_gravity="center" | ||||
|         android:paddingEnd="8dp" | ||||
|         tools:text="Filter:" /> | ||||
|  | ||||
|     <Spinner | ||||
|   | ||||
		Reference in New Issue
	
	Block a user