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

45 lines
1.6 KiB
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?xml version="1.0" encoding="utf-8"?>
<merge xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
<ImageView
layout_gravity="center"
id="@+id/places_autocomplete_sad_cloud"
layout_width="192dp"
layout_height="120dp"
layout_marginTop="48dp"
NOT_FOUND_0x10="@drawable/quantum_ic_cloud_off_vd_theme_24"/>
<TextView
textAppearance="@style/2132017556"
layout_gravity="center"
id="@+id/places_autocomplete_error_message"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="38dp"
includeFontPadding="false"/>
<FrameLayout
layout_gravity="center"
layout_width="wrap_content"
layout_height="wrap_content">
<Button
textAppearance="@style/2132017555"
id="@+id/places_autocomplete_try_again"
background="@null"
paddingTop="20dp"
paddingBottom="30dp"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/places_try_again"
includeFontPadding="false"/>
<ProgressBar
id="@+id/places_autocomplete_try_again_progress"
padding="3dp"
layout_width="24dp"
layout_height="24dp"
layout_marginTop="20dp"
layout_marginBottom="30dp"
indeterminate="true"
indeterminateTint="#4184f3"
indeterminateTintMode="src_atop"
style="@style/2132018288"/>
</FrameLayout>
</merge>