Fix theme attr

This commit is contained in:
h4h13 2019-12-07 21:13:27 +05:30
parent 38feb21568
commit 183c6810fe
12 changed files with 54 additions and 95 deletions

View file

@ -4,6 +4,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="4dp"
android:clickable="true"
android:focusable="true"
android:foreground="?rectSelector"
@ -28,7 +29,7 @@
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_weight="0"
android:paddingLeft="16dp"
android:paddingStart="16dp"
android:paddingEnd="0dp">
<com.google.android.material.card.MaterialCardView