81 lines
3.2 KiB
XML
81 lines
3.2 KiB
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="vertical"
|
|
background="#eae7ec"
|
|
focusableInTouchMode="true"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
background="#ffffff"
|
|
paddingTop="16dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<TextView
|
|
id="@+id/address_label"
|
|
visibility="visible"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
text="@string/sub_district_label"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017876"/>
|
|
<LinearLayout
|
|
orientation="horizontal"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
weightSum="1">
|
|
<RelativeLayout
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginBottom="16dp"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp">
|
|
<RelativeLayout
|
|
background="@drawable/bg_edittext_search_address"
|
|
layout_width="match_parent"
|
|
layout_height="44dp"
|
|
layout_centerVertical="true">
|
|
<EditText
|
|
textSize="22sp"
|
|
id="@+id/search_edit_text"
|
|
background="@null"
|
|
padding="8dp"
|
|
layout_width="match_parent"
|
|
layout_height="44dp"
|
|
maxLines="1"
|
|
layout_centerVertical="true"
|
|
inputType="text"
|
|
layout_marginStart="4dp"
|
|
layout_toEndOf="@+id/icon_search"/>
|
|
<ImageView
|
|
id="@+id/icon_search"
|
|
layout_width="20dp"
|
|
layout_height="20dp"
|
|
layout_centerVertical="true"
|
|
layout_marginStart="12dp"
|
|
drawableTint="@color/2131099849"
|
|
NOT_FOUND_0x16="@drawable/ic_search_gray"/>
|
|
</RelativeLayout>
|
|
<ImageButton
|
|
id="@+id/search_edit_clear"
|
|
background="@drawable/ic_cross_circle"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_alignParentRight="true"
|
|
layout_centerVertical="true"
|
|
layout_marginEnd="8dp"/>
|
|
</RelativeLayout>
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
<View
|
|
background="#959199"
|
|
layout_width="match_parent"
|
|
layout_height="1dp"/>
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
id="@+id/rv_address_result"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"
|
|
NOT_FOUND_0x15="androidx.recyclerview.widget.LinearLayoutManager"/>
|
|
</LinearLayout>
|