33 lines
1.1 KiB
XML
33 lines
1.1 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
orientation="vertical"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<RelativeLayout
|
||
|
gravity="center_vertical"
|
||
|
padding="16dp"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<TextView
|
||
|
textColor="#000000"
|
||
|
id="@+id/text_item"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_toStartOf="@+id/arrow_right"
|
||
|
style="@style/2132017875"/>
|
||
|
<ImageView
|
||
|
id="@+id/arrow_right"
|
||
|
layout_width="16dp"
|
||
|
layout_height="16dp"
|
||
|
src="@drawable/ic_dark_chevron_up"
|
||
|
layout_alignParentRight="true"
|
||
|
layout_centerVertical="true"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_alignParentEnd="true"/>
|
||
|
</RelativeLayout>
|
||
|
<View
|
||
|
background="#e4e3e5"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="1dp"/>
|
||
|
</LinearLayout>
|