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

59 lines
2.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
background="#f5f3f6"
layout_width="match_parent"
layout_height="match_parent">
<com.google.android.gms.maps.MapView
id="@+id/map_view"
layout_width="match_parent"
layout_height="match_parent"
apiKey="@string/google_map_key"/>
<com.google.android.material.floatingactionbutton.FloatingActionButton
id="@+id/my_location_floating_button"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginBottom="@dimen/2131165629"
src="@drawable/ic_gps_24dp"
scaleType="center"
tint="#7631c1"
layout_above="@+id/search_floating_button"
layout_alignParentRight="true"
layout_marginEnd="@dimen/2131165630"
layout_alignParentEnd="true"
backgroundTint="#ffffff"
NOT_FOUND_0x11="0"/>
<com.google.android.material.floatingactionbutton.FloatingActionButton
id="@+id/search_floating_button"
clickable="true"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginBottom="@dimen/2131165630"
src="@drawable/ic_search_24dp"
scaleType="center"
tint="#7631c1"
layout_alignParentRight="true"
layout_alignParentBottom="true"
layout_marginEnd="@dimen/2131165630"
layout_alignParentEnd="true"
backgroundTint="#ffffff"
NOT_FOUND_0x11="0"/>
<include
id="@+id/search_layout"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
layout_alignParentBottom="true"
layout="@layout/2131559368"/>
<include
id="@+id/info_layout"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
layout_alignParentBottom="true"
layout="@layout/2131559367"/>
<include
layout_width="match_parent"
layout_height="match_parent"
layout="@layout/2131559302"/>
</RelativeLayout>