33 lines
1.2 KiB
XML
33 lines
1.2 KiB
XML
<?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>
|