33 lines
1.0 KiB
XML
33 lines
1.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<merge xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<TextView
|
|
textSize="18sp"
|
|
textColor="#736e78"
|
|
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"/>
|
|
<ImageView
|
|
id="@+id/custom_cell_icon_image_view"
|
|
layout_width="12dp"
|
|
layout_height="12dp"
|
|
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>
|