36 lines
1.1 KiB
XML
36 lines
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<merge xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<TextView
|
|
textSize="18sp"
|
|
id="@+id/custom_cell_text_view"
|
|
visibility="visible"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_alignParentLeft="true"
|
|
layout_centerVertical="true"
|
|
layout_marginStart="16dp"
|
|
layout_alignParentStart="true"/>
|
|
<androidx.appcompat.widget.SwitchCompat
|
|
theme="@style/2132017483"
|
|
id="@+id/custom_cell_switch"
|
|
focusable="false"
|
|
focusableInTouchMode="false"
|
|
clickable="false"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_alignParentRight="true"
|
|
layout_centerVertical="true"
|
|
layout_marginEnd="20dp"
|
|
layout_alignParentEnd="true"/>
|
|
<View
|
|
id="@+id/custom_cell_divider"
|
|
background="#eae7ec"
|
|
layout_width="match_parent"
|
|
layout_height="1dp"
|
|
layout_alignParentBottom="true"/>
|
|
<View
|
|
id="@+id/custom_cell_ripple"
|
|
layout_width="match_parent"
|
|
layout_height="60dp"/>
|
|
</merge>
|