mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 22:37:56 +01:00 
			
		
		
		
	Use outlined cards in tracker search
This commit is contained in:
		| @@ -2,12 +2,14 @@ | ||||
| <com.google.android.material.card.MaterialCardView xmlns:android="http://schemas.android.com/apk/res/android" | ||||
|     xmlns:app="http://schemas.android.com/apk/res-auto" | ||||
|     xmlns:tools="http://schemas.android.com/tools" | ||||
|     style="@style/Widget.Material3.CardView.Outlined" | ||||
|     android:layout_width="match_parent" | ||||
|     android:layout_height="wrap_content" | ||||
|     android:layout_margin="4dp" | ||||
|     android:checkable="true" | ||||
|     android:clickable="true" | ||||
|     android:focusable="true" | ||||
|     android:elevation="0dp" | ||||
|     app:shapeAppearanceOverlay="@style/ShapeAppearanceOverlay.MaterialCardView.Tracker"> | ||||
|  | ||||
|     <androidx.constraintlayout.widget.ConstraintLayout | ||||
|   | ||||
		Reference in New Issue
	
	Block a user