mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 06:17:57 +01:00 
			
		
		
		
	Migrate to MaterialComponents themes
(cherry picked from commit 7d0ea614da)
			
			
This commit is contained in:
		| @@ -229,7 +229,7 @@ | ||||
|             android:layout_width="0dp" | ||||
|             android:layout_height="0dp" | ||||
|             android:alpha="0.9" | ||||
|             android:background="?attr/background_card" | ||||
|             android:background="?attr/colorSurface" | ||||
|             app:layout_constraintBottom_toBottomOf="parent" | ||||
|             app:layout_constraintEnd_toEndOf="parent" | ||||
|             app:layout_constraintStart_toStartOf="parent" | ||||
|   | ||||
| @@ -5,7 +5,7 @@ | ||||
|     xmlns:app="http://schemas.android.com/apk/res-auto" | ||||
|     android:layout_width="match_parent" | ||||
|     android:layout_height="@dimen/material_component_lists_single_line_with_avatar_height" | ||||
|     android:background="?attr/selectable_list_drawable"> | ||||
|     android:background="@drawable/list_item_selector"> | ||||
|  | ||||
|     <ImageView | ||||
|         android:id="@+id/image" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user