|
|
@@ -7,7 +7,7 @@
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
+ android:layout_height="match_parent"
|
|
|
android:layout_marginTop="75dp"
|
|
|
android:layout_marginBottom="26dp"
|
|
|
android:orientation="vertical">
|
|
|
@@ -96,6 +96,11 @@
|
|
|
/>
|
|
|
</LinearLayout>
|
|
|
|
|
|
+ <Space
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="0dp"
|
|
|
+ android:layout_weight="1"/>
|
|
|
+
|
|
|
<LinearLayout
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
@@ -109,7 +114,6 @@
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
-
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
@@ -119,12 +123,12 @@
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
<TextView
|
|
|
- android:padding="10dp"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginEnd="16dp"
|
|
|
android:gravity="center"
|
|
|
android:lineSpacingExtra="5.5sp"
|
|
|
+ android:padding="10dp"
|
|
|
android:text="@string/menu_category1"
|
|
|
android:textColor="@color/C000000"
|
|
|
android:textSize="15sp"/>
|
|
|
@@ -132,10 +136,10 @@
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:padding="10dp"
|
|
|
android:layout_marginEnd="16dp"
|
|
|
android:gravity="center"
|
|
|
android:lineSpacingExtra="5.5sp"
|
|
|
+ android:padding="10dp"
|
|
|
android:text="@string/menu_category2"
|
|
|
android:textColor="@color/C000000"
|
|
|
android:textSize="15sp"/>
|
|
|
@@ -143,9 +147,9 @@
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:padding="10dp"
|
|
|
android:gravity="center"
|
|
|
android:lineSpacingExtra="5.5sp"
|
|
|
+ android:padding="10dp"
|
|
|
android:text="@string/menu_category3"
|
|
|
android:textColor="@color/C000000"
|
|
|
android:textSize="15sp"/>
|
|
|
@@ -154,40 +158,40 @@
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:padding="5dp"
|
|
|
android:layout_marginTop="21dp"
|
|
|
android:gravity="center"
|
|
|
- android:orientation="horizontal">
|
|
|
+ android:orientation="horizontal"
|
|
|
+ android:padding="5dp">
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:textSize="12sp"
|
|
|
- android:padding="10dp"
|
|
|
- android:textColor="@color/C999999"
|
|
|
android:lineSpacingExtra="3sp"
|
|
|
+ android:padding="10dp"
|
|
|
android:text="@string/introduce_life_plus"
|
|
|
- />
|
|
|
+ android:textColor="@color/C999999"
|
|
|
+ android:textSize="12sp"
|
|
|
+ />
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:gravity="center"
|
|
|
android:layout_marginStart="11dp"
|
|
|
android:layout_marginEnd="11dp"
|
|
|
- android:textSize="12sp"
|
|
|
- android:textColor="@color/CEBEBEB"
|
|
|
+ android:gravity="center"
|
|
|
android:lineSpacingExtra="3sp"
|
|
|
- android:text="|"/>
|
|
|
+ android:text="|"
|
|
|
+ android:textColor="@color/CEBEBEB"
|
|
|
+ android:textSize="12sp"/>
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
+ android:lineSpacingExtra="3sp"
|
|
|
android:padding="10dp"
|
|
|
android:text="@string/faq"
|
|
|
- android:textSize="12sp"
|
|
|
android:textColor="@color/C999999"
|
|
|
- android:lineSpacingExtra="3sp"/>
|
|
|
+ android:textSize="12sp"/>
|
|
|
|
|
|
</LinearLayout>
|
|
|
|