59 lines
2.1 KiB
XML
59 lines
2.1 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
||
|
background="#ffffff"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent">
|
||
|
<androidx.constraintlayout.widget.ConstraintLayout
|
||
|
orientation="horizontal"
|
||
|
id="@+id/selector"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<ImageView
|
||
|
layout_gravity="center_vertical"
|
||
|
id="@+id/iv_right_arrow_image"
|
||
|
layout_width="16dp"
|
||
|
layout_height="16dp"
|
||
|
src="@drawable/ic_right_accent"
|
||
|
contentDescription="@null"
|
||
|
layout_marginEnd="16dp"
|
||
|
NOT_FOUND_0xd="@+id/ll_layout_account"
|
||
|
NOT_FOUND_0xe="0"
|
||
|
NOT_FOUND_0x11="@+id/ll_layout_account"
|
||
|
NOT_FOUND_0x12="@color/2131099849"/>
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
id="@+id/ll_layout_account"
|
||
|
layout_width="0dp"
|
||
|
layout_height="wrap_content"
|
||
|
layout_margin="16dp"
|
||
|
layout_marginEnd="8dp"
|
||
|
NOT_FOUND_0xd="0"
|
||
|
NOT_FOUND_0xf="@+id/iv_right_arrow_image"
|
||
|
NOT_FOUND_0x10="0"
|
||
|
NOT_FOUND_0x11="0">
|
||
|
<TextView
|
||
|
id="@+id/account_text"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
style="@style/2132017876"/>
|
||
|
<TextView
|
||
|
id="@+id/type_text"
|
||
|
visibility="gone"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
style="@style/2132017876"/>
|
||
|
<TextView
|
||
|
id="@+id/branch_text"
|
||
|
visibility="gone"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
style="@style/2132017925"/>
|
||
|
</LinearLayout>
|
||
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
||
|
<View
|
||
|
id="@+id/separator_view"
|
||
|
layout_below="@+id/selector"
|
||
|
layout_marginStart="16dp"
|
||
|
style="@style/2132018228"/>
|
||
|
</RelativeLayout>
|