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

76 lines
2.9 KiB
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
gravity="center"
background="#cc353239"
layout_width="match_parent"
layout_height="match_parent">
<LinearLayout
orientation="vertical"
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content"
layout_margin="16dp">
<androidx.core.widget.NestedScrollView
layout_width="match_parent"
layout_height="0dp"
layout_weight="1">
<LinearLayout
orientation="vertical"
layout_width="match_parent"
layout_height="match_parent">
<ImageView
layout_gravity="center"
id="@+id/iv_app_down_image"
background="#e0d5ff"
paddingTop="8dp"
layout_width="match_parent"
layout_height="wrap_content"
src="@drawable/easy_app_down"
scaleType="center"
contentDescription="@null"/>
<TextView
gravity="center"
id="@+id/tv_error_app_down_title_en"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="20dp"
text="@string/error_app_down_title_en"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017969"/>
<TextView
gravity="center"
id="@+id/tv_error_app_down_title_th"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="4dp"
text="@string/error_app_down_title_th"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017967"/>
<TextView
gravity="center"
id="@+id/tv_error_msg"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="10dp"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017846"/>
</LinearLayout>
</androidx.core.widget.NestedScrollView>
<Button
gravity="center"
id="@+id/bt_ok"
background="@drawable/bg_button_transparent"
layout_width="match_parent"
layout_height="50dp"
layout_marginTop="16dp"
layout_marginBottom="24dp"
text="@string/common_error_button_en"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017536"/>
</LinearLayout>
</LinearLayout>