70 lines
2.7 KiB
XML
70 lines
2.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
orientation="vertical"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
paddingStart="16dp"
|
|
paddingEnd="16dp">
|
|
<androidx.cardview.widget.CardView
|
|
id="@+id/cv_account_type"
|
|
background="#ffffff"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="6dp"
|
|
layout_marginBottom="6dp"
|
|
NOT_FOUND_0x10="4dp"
|
|
NOT_FOUND_0x11="4dp"
|
|
NOT_FOUND_0x12="true">
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
id="@+id/empty_container_relative_layout"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<ImageView
|
|
id="@+id/image_account_type"
|
|
layout_width="match_parent"
|
|
layout_height="140dp"
|
|
scaleType="fitXY"
|
|
adjustViewBounds="true"/>
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
padding="8dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<TextView
|
|
id="@+id/text_account_type"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
style="@style/2132017973"/>
|
|
<TextView
|
|
id="@+id/text_account_description"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
style="@style/2132017925"/>
|
|
</LinearLayout>
|
|
<LinearLayout
|
|
orientation="horizontal"
|
|
paddingBottom="8dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
paddingStart="8dp"
|
|
paddingEnd="8dp">
|
|
<androidx.appcompat.widget.AppCompatButton
|
|
id="@+id/btn_detail"
|
|
layout_width="0dp"
|
|
layout_margin="8dp"
|
|
text="@string/ntb_select_account_detail"
|
|
layout_weight="1"
|
|
style="@style/2132017536"/>
|
|
<androidx.appcompat.widget.AppCompatButton
|
|
id="@+id/btn_select"
|
|
layout_width="0dp"
|
|
layout_margin="8dp"
|
|
text="@string/ntb_select_account_select"
|
|
layout_weight="1"
|
|
style="@style/2132017576"/>
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
</androidx.cardview.widget.CardView>
|
|
</LinearLayout>
|