61 lines
2.2 KiB
XML
61 lines
2.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<androidx.constraintlayout.widget.ConstraintLayout 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">
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
id="@+id/ll_select_purchase_item"
|
|
background="#ffffff"
|
|
paddingTop="16dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0x12="0"
|
|
NOT_FOUND_0x13="0">
|
|
<RelativeLayout
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<RadioButton
|
|
ellipsize="end"
|
|
id="@+id/rb_item"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
maxLines="1"
|
|
paddingEnd="16dp"
|
|
layout_marginStart="16dp"
|
|
layout_toStartOf="@+id/tv_amount"
|
|
layout_alignParentStart="true"
|
|
buttonTint="@color/2131099712"
|
|
style="@style/2132017876"/>
|
|
<TextView
|
|
id="@+id/tv_amount"
|
|
paddingTop="2dp"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginEnd="16dp"
|
|
layout_alignParentEnd="true"
|
|
style="@style/2132017881"/>
|
|
<TextView
|
|
id="@+id/tv_status_point"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
layout_below="@+id/tv_amount"
|
|
layout_marginEnd="16dp"
|
|
layout_alignParentEnd="true"
|
|
style="@style/2132017666"/>
|
|
</RelativeLayout>
|
|
<RelativeLayout
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp">
|
|
<View
|
|
id="@+id/divider"
|
|
style="@style/2132018230"/>
|
|
<View
|
|
id="@+id/full_divider"
|
|
visibility="gone"
|
|
style="@style/2132018228"/>
|
|
</RelativeLayout>
|
|
</LinearLayout>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|