|
|
@@ -1,16 +1,17 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
<android.support.v4.widget.NestedScrollView
|
|
|
- android:id="@+id/scroll_view"
|
|
|
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:id="@+id/scroll_view"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
- android:fillViewport="true">
|
|
|
+ android:fillViewport="true"
|
|
|
+ android:orientation="vertical">
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
<LinearLayout
|
|
|
@@ -22,7 +23,7 @@
|
|
|
<ImageView
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- app:srcCompat="@drawable/icon_leave_lifeplus"
|
|
|
+ app:srcCompat="@drawable/ic_icon_leave_lifeplus"
|
|
|
/>
|
|
|
|
|
|
</LinearLayout>
|
|
|
@@ -40,8 +41,8 @@
|
|
|
android:layout_gravity="center"
|
|
|
android:gravity="center_horizontal"
|
|
|
android:lineSpacingExtra="7sp"
|
|
|
- android:text="@string/user_quit_title"
|
|
|
- android:textColor="@color/C000000"
|
|
|
+ android:text="@string/user_quit_information_title"
|
|
|
+ android:textColor="#000000"
|
|
|
android:textSize="17.5sp"
|
|
|
/>
|
|
|
|
|
|
@@ -52,7 +53,9 @@
|
|
|
android:layout_marginTop="11dp"
|
|
|
android:gravity="center_horizontal"
|
|
|
android:lineSpacingExtra="5.5sp"
|
|
|
- android:text="@string/user_quit_question"
|
|
|
+ android:paddingStart="25dp"
|
|
|
+ android:paddingEnd="25dp"
|
|
|
+ android:text="@string/user_quit_information_detail"
|
|
|
android:textColor="@color/C999999"
|
|
|
android:textSize="14sp"
|
|
|
/>
|
|
|
@@ -60,117 +63,81 @@
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="65dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
android:layout_marginLeft="24dp"
|
|
|
android:layout_marginRight="24dp"
|
|
|
android:background="@color/CF8F8F8"
|
|
|
android:gravity="center"
|
|
|
- android:orientation="horizontal"
|
|
|
- android:paddingLeft="45dp"
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:paddingStart="15dp"
|
|
|
android:paddingTop="17dp"
|
|
|
- android:paddingRight="45dp"
|
|
|
+ android:paddingEnd="15dp"
|
|
|
android:paddingBottom="17dp">
|
|
|
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:gravity="center_horizontal"
|
|
|
- android:padding="2dp"
|
|
|
- android:text="@string/phone_identify_name"
|
|
|
- android:textColor="@color/C999999"
|
|
|
- android:textSize="14sp"
|
|
|
- />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/text_name"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:gravity="center_horizontal"
|
|
|
- android:padding="2dp"
|
|
|
- android:textColor="@color/C000000"
|
|
|
- android:textSize="14sp"
|
|
|
- tools:text="@string/sign_up_completed_name"
|
|
|
- />
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginLeft="25dp"
|
|
|
- android:layout_marginTop="17dp"
|
|
|
- android:layout_marginRight="25dp"
|
|
|
- android:orientation="vertical">
|
|
|
-
|
|
|
- <RelativeLayout
|
|
|
+ <LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:orientation="horizontal"
|
|
|
- >
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:layout_width="2dp"
|
|
|
- android:layout_height="2dp"
|
|
|
- android:layout_alignParentStart="true"
|
|
|
- android:layout_alignParentTop="true"
|
|
|
- android:layout_marginStart="0dp"
|
|
|
- android:layout_marginTop="9dp"
|
|
|
- android:layout_marginRight="5dp"
|
|
|
- android:src="@drawable/rectangle_c999999"/>
|
|
|
+ android:gravity="center"
|
|
|
+ android:orientation="horizontal">
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_alignParentStart="true"
|
|
|
- android:layout_alignParentTop="true"
|
|
|
- android:layout_marginStart="6dp"
|
|
|
- android:layout_marginTop="0dp"
|
|
|
- android:lineSpacingExtra="3sp"
|
|
|
- android:text="@string/user_quit_information1"
|
|
|
- android:textColor="#999999"
|
|
|
- android:textSize="12sp"
|
|
|
+ android:gravity="center_horizontal"
|
|
|
+ android:padding="2dp"
|
|
|
+ android:text="@string/phone_identify_name"
|
|
|
+ android:textColor="@color/C999999"
|
|
|
+ android:textSize="14sp"
|
|
|
/>
|
|
|
- </RelativeLayout>
|
|
|
|
|
|
- </LinearLayout>
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/text_name"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:gravity="center_horizontal"
|
|
|
+ android:padding="2dp"
|
|
|
+ android:textColor="@color/C000000"
|
|
|
+ android:textSize="14sp"
|
|
|
+ tools:text="@string/sign_up_completed_name"
|
|
|
+ />
|
|
|
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginLeft="25dp"
|
|
|
- android:layout_marginTop="17dp"
|
|
|
- android:layout_marginRight="25dp"
|
|
|
- android:orientation="vertical">
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
- <RelativeLayout
|
|
|
+ <LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:orientation="horizontal"
|
|
|
- >
|
|
|
+ android:layout_marginTop="12dp"
|
|
|
+ android:gravity="center"
|
|
|
+ android:orientation="horizontal">
|
|
|
|
|
|
- <ImageView
|
|
|
- android:layout_width="2dp"
|
|
|
- android:layout_height="2dp"
|
|
|
- android:layout_alignParentStart="true"
|
|
|
- android:layout_alignParentTop="true"
|
|
|
- android:layout_marginStart="0dp"
|
|
|
- android:layout_marginTop="9dp"
|
|
|
- android:layout_marginRight="5dp"
|
|
|
- android:src="@drawable/rectangle_c999999"/>
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:gravity="center_horizontal"
|
|
|
+ android:padding="2dp"
|
|
|
+ android:text="@string/setting_email"
|
|
|
+ android:textColor="@color/C999999"
|
|
|
+ android:textSize="14sp"
|
|
|
+ />
|
|
|
|
|
|
<TextView
|
|
|
+ android:id="@+id/text_email"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_alignParentStart="true"
|
|
|
- android:layout_alignParentTop="true"
|
|
|
- android:layout_marginStart="6dp"
|
|
|
- android:layout_marginTop="0dp"
|
|
|
- android:lineSpacingExtra="3sp"
|
|
|
- android:text="@string/user_quit_information2"
|
|
|
- android:textColor="#999999"
|
|
|
- android:textSize="12sp"
|
|
|
+ android:gravity="center_horizontal"
|
|
|
+ android:padding="2dp"
|
|
|
+ android:textColor="@color/C000000"
|
|
|
+ android:textSize="14sp"
|
|
|
+ tools:text="abcd@gmail.com"
|
|
|
/>
|
|
|
- </RelativeLayout>
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/image_account_type"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ tools:srcCompat="@drawable/ic_icon_account_email_wh"/>
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
@@ -206,16 +173,11 @@
|
|
|
</LinearLayout>
|
|
|
</LinearLayout>
|
|
|
|
|
|
- <Space
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="0dp"
|
|
|
- android:layout_weight="1"/>
|
|
|
-
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
+ android:layout_height="match_parent"
|
|
|
android:layout_marginStart="25dp"
|
|
|
- android:layout_marginTop="25dp"
|
|
|
+ android:layout_marginTop="35dp"
|
|
|
android:layout_marginEnd="25dp"
|
|
|
android:layout_marginBottom="25dp"
|
|
|
android:orientation="horizontal"
|