33 lines
1.2 KiB
XML
33 lines
1.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<merge xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<View
|
|
id="@+id/places_autocomplete_powered_by_google_separator"
|
|
background="#1f000000"
|
|
layout_width="match_parent"
|
|
layout_height="1dp"
|
|
layout_marginStart="68dp"/>
|
|
<FrameLayout
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<ProgressBar
|
|
layout_gravity="center_vertical"
|
|
id="@+id/places_autocomplete_progress"
|
|
padding="3dp"
|
|
layout_width="24dp"
|
|
layout_height="24dp"
|
|
indeterminate="true"
|
|
layout_marginStart="16dp"
|
|
indeterminateTint="#4184f3"
|
|
indeterminateTintMode="src_atop"
|
|
style="@style/2132018288"/>
|
|
<ImageView
|
|
id="@+id/places_autocomplete_powered_by_google"
|
|
layout_width="wrap_content"
|
|
layout_height="40dp"
|
|
src="@drawable/places_powered_by_google_light"
|
|
scaleType="center"
|
|
contentDescription="@string/places_powered_by_google"
|
|
layout_marginStart="68dp"/>
|
|
</FrameLayout>
|
|
</merge>
|