36 lines
1.2 KiB
XML
36 lines
1.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
padding="16dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content">
|
|
<TextView
|
|
id="@+id/tv_account_no"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
style="@style/2132017881"/>
|
|
<TextView
|
|
id="@+id/tv_account_type"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
style="@style/2132017881"/>
|
|
<TextView
|
|
ellipsize="end"
|
|
id="@+id/tv_account_nickname"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
maxLines="1"
|
|
style="@style/2132017974"/>
|
|
</LinearLayout>
|
|
<CheckBox
|
|
id="@+id/toggle_view"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
checked="true"
|
|
button="@drawable/toggle_checkbox_selector"
|
|
layout_alignParentRight="true"/>
|
|
</RelativeLayout>
|