|
|
@ -1,12 +1,12 @@
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
|
android:layout_width="200dp"
|
|
|
|
android:layout_width="175dp"
|
|
|
|
android:layout_height="wrap_content">
|
|
|
|
android:layout_height="wrap_content">
|
|
|
|
|
|
|
|
|
|
|
|
<androidx.cardview.widget.CardView
|
|
|
|
<androidx.cardview.widget.CardView
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="300dp"
|
|
|
|
android:layout_height="250dp"
|
|
|
|
android:layout_marginLeft="10dp"
|
|
|
|
android:layout_marginLeft="10dp"
|
|
|
|
android:layout_marginStart="10dp"
|
|
|
|
android:layout_marginStart="10dp"
|
|
|
|
android:layout_marginEnd="10dp"
|
|
|
|
android:layout_marginEnd="10dp"
|
|
|
@ -21,14 +21,14 @@
|
|
|
|
<ImageView
|
|
|
|
<ImageView
|
|
|
|
android:id="@+id/item_image"
|
|
|
|
android:id="@+id/item_image"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="250dp"
|
|
|
|
android:layout_height="210dp"
|
|
|
|
android:scaleType="centerCrop"
|
|
|
|
android:scaleType="centerCrop"
|
|
|
|
android:background="@color/black" />
|
|
|
|
android:background="@color/black" />
|
|
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/item_name"
|
|
|
|
android:id="@+id/item_name"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="25dp"
|
|
|
|
android:layout_height="20dp"
|
|
|
|
android:layout_gravity="center"
|
|
|
|
android:layout_gravity="center"
|
|
|
|
android:textAlignment="center"
|
|
|
|
android:textAlignment="center"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
@ -36,7 +36,7 @@
|
|
|
|
<TextView
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/item_date"
|
|
|
|
android:id="@+id/item_date"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="25dp"
|
|
|
|
android:layout_height="20dp"
|
|
|
|
android:layout_gravity="center"
|
|
|
|
android:layout_gravity="center"
|
|
|
|
android:textAlignment="center"
|
|
|
|
android:textAlignment="center"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|