41 lines
1.3 KiB
XML
41 lines
1.3 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_title_text_view"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
layout_alignParentLeft="true"
|
|
layout_marginStart="16dp"
|
|
layout_alignParentStart="true"/>
|
|
<TextView
|
|
textSize="15sp"
|
|
id="@+id/custom_cell_value_text_view"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_below="@+id/custom_cell_title_text_view"
|
|
layout_alignParentLeft="true"
|
|
layout_marginStart="16dp"
|
|
layout_alignParentStart="true"/>
|
|
<ImageView
|
|
id="@+id/custom_cell_icon_image_view"
|
|
layout_width="20dp"
|
|
layout_height="20dp"
|
|
layout_marginBottom="20dp"
|
|
layout_alignParentRight="true"
|
|
layout_alignParentBottom="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="80dp"/>
|
|
</merge>
|