39 lines
1.4 KiB
XML
39 lines
1.4 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<androidx.cardview.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginBottom="8dp"
|
||
|
NOT_FOUND_0xc="8dp"
|
||
|
NOT_FOUND_0xd="@dimen/2131165312">
|
||
|
<ImageView
|
||
|
id="@+id/money_present_item_image"
|
||
|
background="#4f2a81"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="200dp"/>
|
||
|
<LinearLayout
|
||
|
layout_gravity="bottom"
|
||
|
orientation="vertical"
|
||
|
background="#bfffffff"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<TextView
|
||
|
id="@+id/money_present_item_name"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
style="@style/2132017966"/>
|
||
|
<TextView
|
||
|
ellipsize="end"
|
||
|
id="@+id/money_present_item_description"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent"
|
||
|
layout_marginBottom="16dp"
|
||
|
maxLines="2"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
style="@style/2132017844"/>
|
||
|
</LinearLayout>
|
||
|
</androidx.cardview.widget.CardView>
|