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

33 lines
1.2 KiB
XML
Raw Permalink 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"
orientation="vertical"
background="#f5f3f6"
layout_width="match_parent"
layout_height="match_parent">
<include layout="@layout/2131559376"/>
<ScrollView
layout_width="match_parent"
layout_height="wrap_content">
<LinearLayout
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content">
<ImageView
layout_gravity="center"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="40dp"
layout_marginBottom="20dp"
src="@drawable/ic_maintenance"/>
<androidx.appcompat.widget.AppCompatTextView
gravity="center"
id="@+id/tv_maintenance_message"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginStart="30dp"
layout_marginEnd="30dp"
style="@style/2132017836"/>
</LinearLayout>
</ScrollView>
</LinearLayout>