|
|
@@ -0,0 +1,166 @@
|
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
|
+<ScrollView
|
|
|
+ xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
+ xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
+ xmlns:tools="http://schemas.android.com/tools"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:fillViewport="true"
|
|
|
+ android:orientation="vertical"
|
|
|
+ >
|
|
|
+
|
|
|
+ <android.support.constraint.ConstraintLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:paddingStart="25dp"
|
|
|
+ android:paddingEnd="25dp"
|
|
|
+ android:paddingBottom="25dp">
|
|
|
+
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/textView7"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="23dp"
|
|
|
+ android:lineSpacingExtra="4sp"
|
|
|
+ android:text="@string/setting_password_current"
|
|
|
+ android:textColor="@color/C999999"
|
|
|
+ android:textSize="12sp"
|
|
|
+ app:layout_constraintVertical_chainStyle="spread"
|
|
|
+ app:layout_constraintStart_toStartOf="parent"
|
|
|
+ app:layout_constraintTop_toTopOf="parent"/>
|
|
|
+
|
|
|
+
|
|
|
+ <kr.co.zumo.app.lifeplus.view.custom.ClearEditText
|
|
|
+ android:id="@+id/edit_password_current"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="80dp"
|
|
|
+ android:layout_marginTop="7dp"
|
|
|
+ android:background="@drawable/button_underline_background"
|
|
|
+ android:hint="@string/setting_password_current_hint"
|
|
|
+ android:inputType="textPassword"
|
|
|
+ android:lineSpacingExtra="6sp"
|
|
|
+ android:maxLength="@integer/password_length_max"
|
|
|
+ android:maxLines="1"
|
|
|
+ android:paddingBottom="35dp"
|
|
|
+ android:textColor="@drawable/recommend_text_selector"
|
|
|
+ android:textColorHint="@color/CC5C5C5"
|
|
|
+ android:textSize="14sp"
|
|
|
+ app:layout_constraintTop_toBottomOf="@+id/textView7"
|
|
|
+ tools:text="1234"/>
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/text_password_current_validation"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="54dp"
|
|
|
+ android:layout_marginBottom="8dp"
|
|
|
+ android:lineSpacingExtra="4sp"
|
|
|
+ android:text="@string/setting_password_current_hint"
|
|
|
+ android:textColor="@color/CF12815"
|
|
|
+ android:textSize="11sp"
|
|
|
+ app:layout_constraintBottom_toTopOf="@+id/textView8"
|
|
|
+ app:layout_constraintStart_toStartOf="@+id/edit_password_current"
|
|
|
+ app:layout_constraintTop_toTopOf="@+id/edit_password_current"
|
|
|
+ app:layout_constraintVertical_bias="0"
|
|
|
+ tools:visibility="gone"
|
|
|
+ />
|
|
|
+
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/textView8"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="23dp"
|
|
|
+ android:lineSpacingExtra="4sp"
|
|
|
+ android:text="@string/setting_password_new"
|
|
|
+ android:textColor="@color/C999999"
|
|
|
+ android:textSize="12sp"
|
|
|
+ app:layout_constraintStart_toStartOf="parent"
|
|
|
+ app:layout_goneMarginTop="80dp"
|
|
|
+ app:layout_constraintTop_toBottomOf="@+id/text_password_current_validation"/>
|
|
|
+
|
|
|
+
|
|
|
+ <kr.co.zumo.app.lifeplus.view.custom.ClearEditText
|
|
|
+ android:id="@+id/edit_password_new"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="80dp"
|
|
|
+ android:layout_marginTop="7dp"
|
|
|
+ android:background="@drawable/button_underline_background"
|
|
|
+ android:hint="@string/setting_password_new_hint"
|
|
|
+ android:inputType="textPassword"
|
|
|
+ android:lineSpacingExtra="6sp"
|
|
|
+ android:maxLength="@integer/password_length_max"
|
|
|
+ android:maxLines="1"
|
|
|
+ android:paddingBottom="35dp"
|
|
|
+ android:textColor="@drawable/recommend_text_selector"
|
|
|
+ android:textColorHint="@color/CC5C5C5"
|
|
|
+ android:textSize="14sp"
|
|
|
+ app:layout_constraintTop_toBottomOf="@+id/textView8"/>
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/text_password_new_validation"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="54dp"
|
|
|
+ android:layout_marginBottom="8dp"
|
|
|
+ android:lineSpacingExtra="4sp"
|
|
|
+ android:text="@string/setting_password_new_hint"
|
|
|
+ android:textColor="@color/CF12815"
|
|
|
+ android:textSize="11sp"
|
|
|
+ app:layout_constraintBottom_toTopOf="@+id/edit_password_new_again"
|
|
|
+ app:layout_constraintStart_toStartOf="@+id/edit_password_new"
|
|
|
+ app:layout_constraintTop_toTopOf="@+id/edit_password_new"
|
|
|
+ app:layout_constraintVertical_bias="0"
|
|
|
+ tools:visibility="gone"
|
|
|
+ />
|
|
|
+
|
|
|
+ <kr.co.zumo.app.lifeplus.view.custom.ClearEditText
|
|
|
+ android:id="@+id/edit_password_new_again"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="80dp"
|
|
|
+ android:layout_marginTop="2dp"
|
|
|
+ android:background="@drawable/button_underline_background"
|
|
|
+ android:hint="@string/setting_password_new_again_hint"
|
|
|
+ android:inputType="textPassword"
|
|
|
+ android:lineSpacingExtra="6sp"
|
|
|
+ android:maxLength="@integer/password_length_max"
|
|
|
+ android:maxLines="1"
|
|
|
+ android:paddingBottom="35dp"
|
|
|
+ android:textColor="@drawable/recommend_text_selector"
|
|
|
+ android:textColorHint="@color/CC5C5C5"
|
|
|
+ android:textSize="14sp"
|
|
|
+ app:layout_goneMarginTop="55dp"
|
|
|
+ app:layout_constraintTop_toBottomOf="@+id/text_password_new_validation"
|
|
|
+ app:layout_constraintVertical_bias="0"/>
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/text_password_new_again_validation"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="54dp"
|
|
|
+ android:lineSpacingExtra="4sp"
|
|
|
+ android:text="@string/setting_password_new_again_hint"
|
|
|
+ android:textColor="@color/CF12815"
|
|
|
+ android:textSize="11sp"
|
|
|
+ app:layout_constraintStart_toStartOf="@+id/edit_password_new_again"
|
|
|
+ app:layout_constraintTop_toTopOf="@+id/edit_password_new_again"
|
|
|
+ tools:visibility="gone"
|
|
|
+ />
|
|
|
+
|
|
|
+
|
|
|
+ <Button
|
|
|
+ android:id="@+id/button_registering"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="42dp"
|
|
|
+ android:background="@drawable/button_black_background_selector"
|
|
|
+ android:lineSpacingExtra="6sp"
|
|
|
+ android:text="@string/setting_password_change"
|
|
|
+ android:textColor="@color/CFFFFFF"
|
|
|
+ android:textSize="15sp"
|
|
|
+ app:layout_constraintBottom_toBottomOf="parent"
|
|
|
+ tools:layout_editor_absoluteX="25dp"/>
|
|
|
+
|
|
|
+ </android.support.constraint.ConstraintLayout>
|
|
|
+</ScrollView>
|