|
|
|
@ -1,18 +1,14 @@
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
|
|
<com.google.android.material.card.MaterialCardView
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
android:paddingBottom="8dp">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<com.google.android.material.card.MaterialCardView
|
|
|
|
|
|
|
|
style="@style/Widget.Material3.CardView.Filled"
|
|
|
|
style="@style/Widget.Material3.CardView.Filled"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginHorizontal="16dp"
|
|
|
|
android:layout_marginHorizontal="16dp"
|
|
|
|
android:layout_marginVertical="8dp"
|
|
|
|
android:layout_marginVertical="8dp"
|
|
|
|
|
|
|
|
android:paddingBottom="8dp"
|
|
|
|
app:cardCornerRadius="24dp"
|
|
|
|
app:cardCornerRadius="24dp"
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
@ -40,7 +36,7 @@
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:textAppearance="@style/TextAppearance.Material3.TitleLarge"
|
|
|
|
android:textAppearance="@style/TextAppearance.Material3.TitleLarge"
|
|
|
|
android:textSize="20sp"
|
|
|
|
android:textSize="20sp"
|
|
|
|
tools:text="Title"/>
|
|
|
|
tools:text="Title" />
|
|
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
<TextView
|
|
|
|
android:id="@android:id/summary"
|
|
|
|
android:id="@android:id/summary"
|
|
|
|
@ -50,7 +46,7 @@
|
|
|
|
android:layout_gravity="start"
|
|
|
|
android:layout_gravity="start"
|
|
|
|
android:maxLines="10"
|
|
|
|
android:maxLines="10"
|
|
|
|
android:textAppearance="@style/TextAppearance.Material3.TitleSmall"
|
|
|
|
android:textAppearance="@style/TextAppearance.Material3.TitleSmall"
|
|
|
|
tools:text="Subtitle"/>
|
|
|
|
tools:text="Subtitle" />
|
|
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
|
|
@ -65,6 +61,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
|
|
</com.google.android.material.card.MaterialCardView>
|
|
|
|
</com.google.android.material.card.MaterialCardView>
|
|
|
|
|
|
|
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
|
|