61 lines
2.3 KiB
XML
61 lines
2.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
background="#ffffff"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<LinearLayout
|
|
gravity="center_vertical"
|
|
orientation="vertical"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"
|
|
layout_above="@+id/unlock_pin_button"
|
|
layout_alignParentTop="true">
|
|
<ScrollView
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<LinearLayout
|
|
layout_gravity="center"
|
|
orientation="vertical"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<ImageView
|
|
layout_gravity="center_horizontal"
|
|
id="@+id/image_info"
|
|
layout_width="48dp"
|
|
layout_height="48dp"
|
|
src="@drawable/ic_notice"/>
|
|
<TextView
|
|
layout_gravity="center_horizontal"
|
|
id="@+id/tv_error_page_title"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="24dp"
|
|
text=""
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017876"/>
|
|
<TextView
|
|
textColor="#736e78"
|
|
gravity="center_horizontal"
|
|
layout_gravity="center_horizontal"
|
|
id="@+id/tv_error_page_msg"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
text=""
|
|
layout_marginStart="40dp"
|
|
layout_marginEnd="40dp"
|
|
style="@style/2132017658"/>
|
|
</LinearLayout>
|
|
</ScrollView>
|
|
</LinearLayout>
|
|
<Button
|
|
id="@+id/switch_button"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_margin="16dp"
|
|
text="@string/switch_to_personal_profile"
|
|
layout_alignParentBottom="true"
|
|
style="@style/2132017576"/>
|
|
</RelativeLayout>
|