70 lines
2.4 KiB
XML
70 lines
2.4 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
background="#ffffff"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<LinearLayout
|
||
|
orientation="horizontal"
|
||
|
id="@+id/gift_area"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_margin="16dp"
|
||
|
layout_alignParentLeft="true"
|
||
|
layout_alignParentTop="true"
|
||
|
layout_alignParentStart="true">
|
||
|
<ImageView
|
||
|
layout_gravity="clip_vertical"
|
||
|
id="@+id/gift_image"
|
||
|
layout_width="80dp"
|
||
|
layout_height="80dp"
|
||
|
scaleType="fitXY"
|
||
|
adjustViewBounds="true"
|
||
|
layout_marginEnd="14dp"/>
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_alignParentLeft="true"
|
||
|
layout_alignParentTop="true"
|
||
|
layout_alignParentStart="true">
|
||
|
<TextView
|
||
|
id="@+id/gift_name"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
style="@style/2132017881"/>
|
||
|
<TextView
|
||
|
id="@+id/gift_sender_received"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
style="@style/2132017846"/>
|
||
|
<TextView
|
||
|
id="@+id/gift_destination"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
style="@style/2132017846"/>
|
||
|
<TextView
|
||
|
id="@+id/gift_transaction_date_time"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
style="@style/2132017920"/>
|
||
|
<TextView
|
||
|
id="@+id/gift_amount"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
style="@style/2132017836"/>
|
||
|
<TextView
|
||
|
id="@+id/gift_status"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
style="@style/2132017966"/>
|
||
|
</LinearLayout>
|
||
|
</LinearLayout>
|
||
|
<View
|
||
|
background="#eae7ec"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="1dp"
|
||
|
layout_below="@+id/gift_area"/>
|
||
|
</RelativeLayout>
|