31 lines
1015 B
XML
31 lines
1015 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
||
|
orientation="horizontal"
|
||
|
id="@+id/root_view"
|
||
|
background="@drawable/ripple_purple_white_bg"
|
||
|
padding="16dp"
|
||
|
clickable="true"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_weight="1">
|
||
|
<TextView
|
||
|
ellipsize="end"
|
||
|
id="@+id/sub_district_text"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
maxLines="1"
|
||
|
singleLine="true"
|
||
|
style="@style/2132017836"/>
|
||
|
</LinearLayout>
|
||
|
<ImageView
|
||
|
layout_gravity="center"
|
||
|
layout_width="16dp"
|
||
|
layout_height="16dp"
|
||
|
layout_marginStart="16dp"
|
||
|
NOT_FOUND_0xd="@drawable/icon_scbs_next_arrow"/>
|
||
|
</LinearLayout>
|