|
@@ -0,0 +1,32 @@
|
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
|
+<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/text_content"
|
|
|
+ android:layout_width="120dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_centerHorizontal="true"
|
|
|
+ android:layout_marginTop="56dp"
|
|
|
+ android:textSize="10sp"
|
|
|
+ android:text="@string/ensure_guardian_summary"
|
|
|
+ android:textColor="#FFFFFFFF"
|
|
|
+ android:textAlignment="center"
|
|
|
+ />
|
|
|
+
|
|
|
+ <Button
|
|
|
+ android:id="@+id/btn_next"
|
|
|
+ style="@style/xp_style_button_all"
|
|
|
+ android:layout_width="80dp"
|
|
|
+ android:layout_height="28dp"
|
|
|
+ android:layout_marginTop="120dp"
|
|
|
+ android:layout_centerHorizontal="true"
|
|
|
+ android:background="@drawable/shape_button_black_round_stroke"
|
|
|
+ android:text="@string/next"
|
|
|
+ android:textAllCaps="false"
|
|
|
+ android:textSize="12dp"
|
|
|
+ android:textStyle="bold"/>
|
|
|
+
|
|
|
+
|
|
|
+</RelativeLayout>
|