47 lines
1.6 KiB
XML
47 lines
1.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<merge xmlns:android="http://schemas.android.com/apk/res/android"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<RelativeLayout
|
|
background="#ffffff"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<TextView
|
|
id="@+id/title"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="18dp"
|
|
layout_alignParentLeft="true"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="31dp"
|
|
layout_toStartOf="@+id/checkbox"
|
|
style="@style/2132017881"/>
|
|
<CheckBox
|
|
id="@+id/checkbox"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16.75dp"
|
|
checked="true"
|
|
button="@drawable/toggle_checkbox_selector"
|
|
layout_alignParentRight="true"
|
|
layout_marginEnd="16dp"/>
|
|
<TextView
|
|
id="@+id/description"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginBottom="16dp"
|
|
layout_below="@+id/title"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="67dp"
|
|
style="@style/2132017666"/>
|
|
<View
|
|
id="@+id/custom_cell_divider"
|
|
background="#eae7ec"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="1dp"
|
|
layout_below="@+id/description"
|
|
layout_marginStart="16dp"/>
|
|
</RelativeLayout>
|
|
</merge>
|