61 lines
2.2 KiB
XML
61 lines
2.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
orientation="vertical"
|
|
focusable="true"
|
|
clickable="true"
|
|
clipToPadding="false"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
id="@+id/ll_item"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
background="#ffffff"
|
|
padding="16dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<TextView
|
|
gravity="center"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
text="@string/auto_p2p_select_purchase_have"
|
|
style="@style/2132017693"/>
|
|
<LinearLayout
|
|
gravity="bottom|center_horizontal"
|
|
orientation="horizontal"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<TextView
|
|
textSize="32sp"
|
|
gravity="center"
|
|
id="@+id/tv_reward_points"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginEnd="8dp"
|
|
style="@style/2132017974"/>
|
|
<TextView
|
|
textSize="20sp"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
text="@string/auto_p2p_pts"
|
|
style="@style/2132017974"/>
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
<View style="@style/2132018228"/>
|
|
<TextView
|
|
id="@+id/tv_description"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
layout_marginBottom="16dp"
|
|
text="@string/auto_p2p_select_purchase_subtitle"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017849"/>
|
|
</LinearLayout>
|
|
<View style="@style/2132018228"/>
|
|
</LinearLayout>
|