| <?xml version="1.0" encoding="utf-8"?> |
| <merge 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" |
| tools:parentTag="android.widget.FrameLayout"> |
| |
| <androidx.cardview.widget.CardView |
| android:id="@+id/cardView" |
| android:layout_width="196dp" |
| android:layout_height="108dp" |
| android:layout_marginBottom="16dp" |
| android:layout_marginLeft="8dp" |
| android:layout_marginRight="8dp" |
| android:layout_marginTop="16dp" |
| app:cardCornerRadius="12dp"> |
| |
| <ImageView |
| android:id="@+id/imageView" |
| android:layout_width="wrap_content" |
| android:layout_height="wrap_content" |
| android:layout_gravity="top|right"/> |
| |
| <TextView |
| android:id="@+id/titleView" |
| android:layout_width="wrap_content" |
| android:layout_height="wrap_content" |
| android:layout_gravity="bottom" |
| android:layout_marginBottom="12dp" |
| android:layout_marginLeft="12dp" |
| android:textColor="@color/text_color_dark" |
| android:textSize="20sp"/> |
| </androidx.cardview.widget.CardView> |
| </merge> |