51 lines
1.6 KiB
XML
51 lines
1.6 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
orientation="vertical"
|
||
|
id="@+id/account_container_linear_layout"
|
||
|
background="@drawable/ripple_purple_white_bg"
|
||
|
focusable="true"
|
||
|
clickable="true"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<View
|
||
|
id="@+id/top_separator"
|
||
|
layout_marginStart="16dp"
|
||
|
style="@style/2132018228"/>
|
||
|
<LinearLayout
|
||
|
orientation="horizontal"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="15dp"
|
||
|
layout_marginBottom="15dp"
|
||
|
layout_marginStart="15dp">
|
||
|
<View
|
||
|
id="@+id/unchecked_view"
|
||
|
background="@drawable/shape_select_dot"
|
||
|
layout_width="14dp"
|
||
|
layout_height="14dp"
|
||
|
layout_marginTop="4dp"
|
||
|
layout_marginEnd="2dp"/>
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
layout_width="0dp"
|
||
|
layout_height="wrap_content"
|
||
|
layout_weight="1"
|
||
|
layout_marginStart="12dp">
|
||
|
<TextView
|
||
|
id="@+id/account_text_view"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
style="@style/2132017876"/>
|
||
|
<TextView
|
||
|
id="@+id/account_type_text_view"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
style="@style/2132017876"/>
|
||
|
</LinearLayout>
|
||
|
</LinearLayout>
|
||
|
<View
|
||
|
id="@+id/bottom_separator"
|
||
|
visibility="gone"
|
||
|
style="@style/2132018228"/>
|
||
|
</LinearLayout>
|