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

46 lines
1.8 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
layout_width="match_parent"
layout_height="match_parent">
<androidx.cardview.widget.CardView
layout_width="match_parent"
layout_height="wrap_content"
layout_margin="8dp">
<LinearLayout
orientation="vertical"
paddingLeft="4dp"
paddingRight="4dp"
layout_width="match_parent"
layout_height="wrap_content"
textDirection="locale"
layoutDirection="locale"
paddingStart="4dp"
paddingEnd="4dp">
<LinearLayout
orientation="horizontal"
id="@+id/places_autocomplete_search_bar_container"
layout_width="match_parent"
layout_height="wrap_content">
<include layout="@layout/2131560230"/>
</LinearLayout>
<View
id="@+id/places_autocomplete_search_bar_separator"
background="#1f000000"
layout_width="match_parent"
layout_height="1dp"
layout_marginTop="2dp"
layout_marginBottom="1dp"/>
<androidx.recyclerview.widget.RecyclerView
id="@+id/places_autocomplete_list"
background="@android:color/white"
layout_width="match_parent"
layout_height="0dp"
cacheColorHint="@android:color/white"
layout_weight="1"
layout_marginStart="68dp"/>
<include layout="@layout/2131560226"/>
<include layout="@layout/2131560229"/>
</LinearLayout>
</androidx.cardview.widget.CardView>
</FrameLayout>