You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
59 lines
2.0 KiB
59 lines
2.0 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:orientation="vertical">
|
|
|
|
<include layout="@layout/toolbar" />
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="@dimen/sw_12dp"
|
|
android:orientation="vertical"
|
|
android:paddingHorizontal="@dimen/sw_22dp">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/set_new_password"
|
|
android:textColor="@color/text_color_1"
|
|
android:textSize="@dimen/sw_20sp"
|
|
android:textStyle="bold" />
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="@dimen/sw_6dp"
|
|
android:text="@string/please_enter_new_password"
|
|
android:textColor="@color/c_727778"
|
|
android:textSize="@dimen/sw_14sp" />
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="@dimen/sw_40dp"
|
|
android:text="@string/password"
|
|
android:textColor="@color/c_727778"
|
|
android:textSize="@dimen/sw_11sp" />
|
|
|
|
<include
|
|
android:id="@+id/ilPwdOne"
|
|
layout="@layout/item_input_pwd" />
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="@dimen/sw_24dp"
|
|
android:text="@string/confirm_password"
|
|
android:textColor="@color/c_727778"
|
|
android:textSize="@dimen/sw_11sp" />
|
|
|
|
<include
|
|
android:id="@+id/ilPwdTwo"
|
|
layout="@layout/item_input_pwd" />
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
</LinearLayout> |