mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-30 22:07:57 +01:00 
			
		
		
		
	Clean up strings and icons (#8326)
* Clean up strings and icons * fix incorrect usages of label_more * restore strings and reduce usage of android.R * removing icon desc of FABs anyway as app's not for visual impaired users
This commit is contained in:
		| @@ -46,7 +46,7 @@ | ||||
|             android:id="@+id/title_more_icon" | ||||
|             android:layout_width="wrap_content" | ||||
|             android:layout_height="wrap_content" | ||||
|             android:contentDescription="@string/label_more" | ||||
|             android:contentDescription="@string/all" | ||||
|             android:padding="16dp" | ||||
|             app:layout_constraintBottom_toBottomOf="parent" | ||||
|             app:layout_constraintEnd_toEndOf="parent" | ||||
|   | ||||
| @@ -68,7 +68,7 @@ | ||||
|                 android:layout_height="wrap_content" | ||||
|                 android:layout_gravity="center_vertical" | ||||
|                 android:background="?selectableItemBackgroundBorderless" | ||||
|                 android:contentDescription="@string/label_more" | ||||
|                 android:contentDescription="@string/abc_action_menu_overflow_description" | ||||
|                 android:padding="8dp" | ||||
|                 android:src="@drawable/ic_more_vert_24" /> | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user