what-the-bank/resources/res/layout/2131558680.xml

56 lines
2.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
orientation="vertical"
background="#eae7ec"
layout_width="match_parent"
layout_height="match_parent">
<include layout="@layout/2131559376"/>
<LinearLayout
orientation="vertical"
background="#ffffff"
padding="16dp"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
id="@+id/tv_mw_search_title"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/mw_shop_address_header"
style="@style/2132017869"/>
<RelativeLayout
layout_width="match_parent"
layout_height="wrap_content">
<EditText
theme="@style/2132017488"
textColorHint="#959199"
id="@+id/mw_search_edit_text"
background="@drawable/bg_search_input_light_gray"
padding="8dp"
layout_width="match_parent"
layout_height="45dp"
hint="@string/mw_shop_address_search_market_hint"
maxLines="1"
maxLength="20"
drawablePadding="8dp"
layout_centerVertical="true"
inputType="text"
drawableStart="@drawable/ic_search_gray"
drawableTint="@color/2131099849"/>
<ImageButton
id="@+id/mw_search_edit_clear"
background="@drawable/ic_cross_circle"
visibility="gone"
layout_width="wrap_content"
layout_height="wrap_content"
layout_alignParentRight="true"
layout_centerVertical="true"
layout_marginEnd="8dp"/>
</RelativeLayout>
</LinearLayout>
<View style="@style/2132018228"/>
<androidx.recyclerview.widget.RecyclerView
id="@+id/mw_recycler_view"
layout_width="match_parent"
layout_height="match_parent"/>
</LinearLayout>