10 lines
1.9 KiB
XML
10 lines
1.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout android:gravity="center_horizontal" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent"
|
|
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:com.amazonaws.mobile.auth.userpools="http://schemas.android.com/apk/res-auto">
|
|
<com.amazonaws.mobile.auth.userpools.ForceChangePasswordView android:id="@id/force_change_password_view" android:layout_width="fill_parent" android:layout_height="fill_parent">
|
|
<TextView android:textAppearance="?android:textAppearanceLarge" android:textColor="@android:color/white" android:id="@id/force_change_password_title" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginTop="@dimen/user_pools_form_margin" android:text="@string/force_change_password_header" />
|
|
<TextView android:textAppearance="?android:textAppearanceSmall" android:textColor="@android:color/white" android:id="@id/force_change_password_message" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginTop="@dimen/user_pools_intra_group_separation" android:text="@string/force_change_password_body" />
|
|
<com.amazonaws.mobile.auth.userpools.FormView android:id="@id/force_change_password_form" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginTop="@dimen/user_pools_form_margin" />
|
|
<Button android:textSize="@dimen/user_pools_button_text_size" android:textColor="@android:color/white" android:id="@id/force_change_password_button" android:layout_width="fill_parent" android:layout_height="@dimen/user_pools_button_height" android:layout_marginTop="@dimen/user_pools_intra_group_separation" android:text="@string/force_change_password_button_hint" android:onClick="forceChangePassword" android:textAllCaps="false" />
|
|
</com.amazonaws.mobile.auth.userpools.ForceChangePasswordView>
|
|
</LinearLayout> |