48 lines
1.6 KiB
XML
48 lines
1.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
background="#7631c1"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"
|
|
paddingStart="16dp"
|
|
paddingEnd="16dp">
|
|
<LinearLayout
|
|
gravity="center"
|
|
orientation="vertical"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="70dp"
|
|
layout_marginBottom="195dp"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
NOT_FOUND_0x11="@+id/next_button"
|
|
NOT_FOUND_0x12="0"
|
|
NOT_FOUND_0x13="0"
|
|
NOT_FOUND_0x15="0">
|
|
<ImageView
|
|
id="@+id/image"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
src="@drawable/check_icon"
|
|
adjustViewBounds="true"
|
|
NOT_FOUND_0x11="@+id/text"/>
|
|
<TextView
|
|
gravity="center_horizontal"
|
|
id="@+id/text"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
text="@string/registration_success"
|
|
layout_above="@+id/next_button"
|
|
NOT_FOUND_0x14="@+id/image"
|
|
style="@style/2132017997"/>
|
|
</LinearLayout>
|
|
<Button
|
|
id="@+id/next_button"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginBottom="16dp"
|
|
text="@string/next"
|
|
NOT_FOUND_0x10="0"
|
|
style="@style/2132017544"/>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|