|
@@ -4,11 +4,13 @@
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
- android:focusableInTouchMode="true"
|
|
|
- android:focusable="true">
|
|
|
+ android:focusable="true"
|
|
|
+ android:focusableInTouchMode="true">
|
|
|
+
|
|
|
<RelativeLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent">
|
|
|
+
|
|
|
<android.support.v7.widget.AppCompatImageView
|
|
|
android:id="@+id/setting_back"
|
|
|
android:layout_width="@dimen/dp_35"
|
|
@@ -25,19 +27,21 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:orientation="vertical"
|
|
|
tools:ignore="MissingConstraints">
|
|
|
+
|
|
|
<LinearLayout
|
|
|
- android:layout_marginTop="@dimen/dp_10"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:orientation="horizontal"
|
|
|
- android:layout_gravity="center">
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:layout_marginTop="@dimen/dp_10"
|
|
|
+ android:orientation="horizontal">
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/sleep_tip"
|
|
|
android:layout_width="@dimen/dp_80"
|
|
|
android:layout_height="@dimen/dp_50"
|
|
|
- android:text="@string/hibernation"
|
|
|
android:gravity="center"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:text="@string/hibernation"
|
|
|
android:textColor="@color/colorPrimaryDark"
|
|
|
android:textSize="@dimen/sp_12"
|
|
|
android:textStyle="bold"
|
|
@@ -63,21 +67,23 @@
|
|
|
android:gravity="center"
|
|
|
android:text="@string/confirm_revision"
|
|
|
android:textColor="#FE5DBB"
|
|
|
- android:textSize="@dimen/sp_22"/>
|
|
|
+ android:textSize="@dimen/sp_22" />
|
|
|
</LinearLayout>
|
|
|
+
|
|
|
<LinearLayout
|
|
|
android:layout_width="wrap_content"
|
|
|
- android:layout_marginTop="@dimen/dp_10"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:orientation="horizontal"
|
|
|
- android:layout_gravity="center">
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:layout_marginTop="@dimen/dp_10"
|
|
|
+ android:orientation="horizontal">
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/phone_tip"
|
|
|
android:layout_width="@dimen/dp_80"
|
|
|
android:layout_height="@dimen/dp_50"
|
|
|
- android:text="@string/contacts"
|
|
|
+ android:layout_gravity="center"
|
|
|
android:gravity="center"
|
|
|
+ android:text="@string/contacts"
|
|
|
android:textColor="@color/colorPrimaryDark"
|
|
|
android:textSize="@dimen/sp_12"
|
|
|
android:textStyle="bold"
|
|
@@ -103,21 +109,23 @@
|
|
|
android:gravity="center"
|
|
|
android:text="@string/confirm_revision"
|
|
|
android:textColor="#FE5DBB"
|
|
|
- android:textSize="@dimen/sp_22"/>
|
|
|
+ android:textSize="@dimen/sp_22" />
|
|
|
</LinearLayout>
|
|
|
+
|
|
|
<LinearLayout
|
|
|
- android:layout_marginTop="@dimen/dp_10"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:orientation="horizontal"
|
|
|
- android:layout_gravity="center">
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:layout_marginTop="@dimen/dp_10"
|
|
|
+ android:orientation="horizontal">
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/people_tip"
|
|
|
+ android:layout_gravity="center"
|
|
|
android:layout_width="@dimen/dp_80"
|
|
|
android:layout_height="@dimen/dp_50"
|
|
|
- android:text="@string/way_contacts"
|
|
|
android:gravity="center"
|
|
|
+ android:text="@string/way_contacts"
|
|
|
android:textColor="@color/colorPrimaryDark"
|
|
|
android:textSize="@dimen/sp_12"
|
|
|
android:textStyle="bold"
|
|
@@ -143,21 +151,23 @@
|
|
|
android:gravity="center"
|
|
|
android:text="@string/confirm_revision"
|
|
|
android:textColor="#FE5DBB"
|
|
|
- android:textSize="@dimen/sp_22"/>
|
|
|
+ android:textSize="@dimen/sp_22" />
|
|
|
</LinearLayout>
|
|
|
+
|
|
|
<LinearLayout
|
|
|
- android:layout_marginTop="@dimen/dp_10"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:orientation="horizontal"
|
|
|
- android:layout_gravity="center">
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:layout_marginTop="@dimen/dp_10"
|
|
|
+ android:orientation="horizontal">
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/credit_tip"
|
|
|
android:layout_width="@dimen/dp_80"
|
|
|
android:layout_height="@dimen/dp_50"
|
|
|
- android:text="@string/describe"
|
|
|
android:gravity="center"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:text="@string/credit_card_text_description"
|
|
|
android:textColor="@color/colorPrimaryDark"
|
|
|
android:textSize="@dimen/sp_12"
|
|
|
android:textStyle="bold"
|
|
@@ -183,21 +193,22 @@
|
|
|
android:gravity="center"
|
|
|
android:text="@string/confirm_revision"
|
|
|
android:textColor="#FE5DBB"
|
|
|
- android:textSize="@dimen/sp_22"/>
|
|
|
+ android:textSize="@dimen/sp_22" />
|
|
|
</LinearLayout>
|
|
|
+
|
|
|
<LinearLayout
|
|
|
- android:layout_marginTop="@dimen/dp_10"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:orientation="horizontal"
|
|
|
- android:layout_gravity="center">
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:layout_marginTop="@dimen/dp_10"
|
|
|
+ android:orientation="horizontal">
|
|
|
|
|
|
<TextView
|
|
|
- android:id="@+id/unit_tip"
|
|
|
android:layout_width="@dimen/dp_80"
|
|
|
android:layout_height="@dimen/dp_50"
|
|
|
- android:text="@string/unit"
|
|
|
+ android:layout_gravity="center"
|
|
|
android:gravity="center"
|
|
|
+ android:text="@string/unit"
|
|
|
android:textColor="@color/colorPrimaryDark"
|
|
|
android:textSize="@dimen/sp_12"
|
|
|
android:textStyle="bold"
|
|
@@ -223,7 +234,52 @@
|
|
|
android:gravity="center"
|
|
|
android:text="@string/confirm_revision"
|
|
|
android:textColor="#FE5DBB"
|
|
|
- android:textSize="@dimen/sp_22"/>
|
|
|
+ android:textSize="@dimen/sp_22" />
|
|
|
+
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:layout_marginTop="@dimen/dp_10"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="@dimen/dp_80"
|
|
|
+ android:layout_height="@dimen/dp_50"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="@string/ic_icon_text"
|
|
|
+ android:textColor="@color/colorPrimaryDark"
|
|
|
+ android:textSize="@dimen/sp_12"
|
|
|
+ android:textStyle="bold"
|
|
|
+ tools:ignore="MissingConstraints" />
|
|
|
+
|
|
|
+ <android.support.v7.widget.AppCompatEditText
|
|
|
+ android:id="@+id/et_ic_text"
|
|
|
+ android:layout_width="@dimen/dp_200"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:gravity="center"
|
|
|
+ android:singleLine="true"
|
|
|
+ android:textColor="@color/colorPrimaryDark"
|
|
|
+ android:textSize="@dimen/sp_24"
|
|
|
+ android:textStyle="bold"
|
|
|
+ tools:ignore="MissingConstraints" />
|
|
|
+
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/ic_save"
|
|
|
+ android:layout_width="@dimen/dp_150"
|
|
|
+ android:layout_height="@dimen/dp_50"
|
|
|
+ android:background="@drawable/bg_config_confirm"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="@string/confirm_revision"
|
|
|
+ android:textColor="#FE5DBB"
|
|
|
+ android:textSize="@dimen/sp_22" />
|
|
|
+
|
|
|
+
|
|
|
</LinearLayout>
|
|
|
|
|
|
</LinearLayout>
|