More M3 theming

This commit is contained in:
Zakhar Timoshenko
2023-07-03 16:11:05 +03:00
parent df5f5ea737
commit fb674b6028
14 changed files with 92 additions and 33 deletions

View File

@@ -4,10 +4,11 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
style="@style/Widget.Kotatsu.CardView.Outlined"
app:cardBackgroundColor="?attr/colorSurfaceContainerHighest"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:clipChildren="false"
app:cardCornerRadius="16dp"
app:cardCornerRadius="12dp"
tools:layout_width="140dp">
<LinearLayout