|
|
@@ -4,72 +4,71 @@
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
tools:ignore="ResourceName">
|
|
|
|
|
|
- <androidx.core.widget.NestedScrollView
|
|
|
+ <LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
- android:background="@drawable/bg_center">
|
|
|
+ android:background="@drawable/bg_center"
|
|
|
+ android:orientation="vertical">
|
|
|
|
|
|
- <LinearLayout
|
|
|
+ <androidx.constraintlayout.widget.ConstraintLayout
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:background="@drawable/bg_center"
|
|
|
- android:orientation="vertical">
|
|
|
+ android:layout_height="wrap_content">
|
|
|
|
|
|
- <androidx.constraintlayout.widget.ConstraintLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content">
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/layoutHome"
|
|
|
+ android:layout_width="@dimen/divider_195px"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:orientation="horizontal"
|
|
|
+ app:layout_constraintLeft_toLeftOf="parent"
|
|
|
+ app:layout_constraintTop_toTopOf="parent">
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="@dimen/divider_48px"
|
|
|
+ android:layout_height="@dimen/divider_43px"
|
|
|
+ android:layout_marginStart="@dimen/divider_65px"
|
|
|
+ android:layout_marginTop="@dimen/divider_35px"
|
|
|
+ android:background="@mipmap/bg_home" />
|
|
|
|
|
|
- <LinearLayout
|
|
|
- android:id="@+id/layoutHome"
|
|
|
- android:layout_width="@dimen/divider_195px"
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:orientation="horizontal"
|
|
|
- app:layout_constraintLeft_toLeftOf="parent"
|
|
|
- app:layout_constraintTop_toTopOf="parent">
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:layout_width="@dimen/divider_48px"
|
|
|
- android:layout_height="@dimen/divider_43px"
|
|
|
- android:layout_marginStart="@dimen/divider_65px"
|
|
|
- android:layout_marginTop="@dimen/divider_35px"
|
|
|
- android:background="@mipmap/bg_home" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginStart="@dimen/divider_14px"
|
|
|
- android:layout_marginTop="@dimen/divider_38px"
|
|
|
- android:text="@string/home_pager"
|
|
|
- android:textColor="@android:color/white"
|
|
|
- android:textSize="@dimen/divider_28px"
|
|
|
- android:textStyle="bold" />
|
|
|
+ android:layout_marginStart="@dimen/divider_14px"
|
|
|
+ android:layout_marginTop="@dimen/divider_38px"
|
|
|
+ android:text="@string/home_pager"
|
|
|
+ android:textColor="@android:color/white"
|
|
|
+ android:textSize="@dimen/divider_28px"
|
|
|
+ android:textStyle="bold" />
|
|
|
|
|
|
- </LinearLayout>
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
- <TextView
|
|
|
- android:id="@+id/tvTitle"
|
|
|
- android:layout_width="@dimen/divider_237px"
|
|
|
- android:layout_height="@dimen/divider_68px"
|
|
|
- android:layout_marginTop="@dimen/divider_40px"
|
|
|
- android:background="@drawable/bg_common_head_layout"
|
|
|
- android:gravity="center"
|
|
|
- android:text="@string/help"
|
|
|
- android:textColor="@color/color_FF4974FF"
|
|
|
- android:textSize="@dimen/divider_34px"
|
|
|
- android:textStyle="bold"
|
|
|
- app:layout_constraintLeft_toLeftOf="parent"
|
|
|
- app:layout_constraintRight_toRightOf="parent"
|
|
|
- app:layout_constraintTop_toTopOf="parent" />
|
|
|
- </androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tvTitle"
|
|
|
+ android:layout_width="@dimen/divider_237px"
|
|
|
+ android:layout_height="@dimen/divider_68px"
|
|
|
+ android:layout_marginTop="@dimen/divider_40px"
|
|
|
+ android:background="@drawable/bg_common_head_layout"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="@string/help"
|
|
|
+ android:textColor="@color/color_FF4974FF"
|
|
|
+ android:textSize="@dimen/divider_34px"
|
|
|
+ android:textStyle="bold"
|
|
|
+ app:layout_constraintLeft_toLeftOf="parent"
|
|
|
+ app:layout_constraintRight_toRightOf="parent"
|
|
|
+ app:layout_constraintTop_toTopOf="parent" />
|
|
|
+ </androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
+
|
|
|
+ <androidx.core.widget.NestedScrollView
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_marginStart="@dimen/divider_60px"
|
|
|
+ android:layout_marginTop="@dimen/divider_57px"
|
|
|
+ android:layout_marginEnd="@dimen/divider_60px"
|
|
|
+ android:layout_marginBottom="@dimen/divider_62px"
|
|
|
+ android:background="@drawable/bg_setting_center">
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_marginStart="@dimen/divider_60px"
|
|
|
- android:layout_marginTop="@dimen/divider_57px"
|
|
|
- android:layout_marginEnd="@dimen/divider_60px"
|
|
|
- android:layout_marginBottom="@dimen/divider_62px"
|
|
|
- android:background="@drawable/bg_setting_center"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
android:orientation="vertical"
|
|
|
android:paddingBottom="@dimen/divider_109px">
|
|
|
|
|
|
@@ -293,6 +292,6 @@
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
- </LinearLayout>
|
|
|
- </androidx.core.widget.NestedScrollView>
|
|
|
+ </androidx.core.widget.NestedScrollView>
|
|
|
+ </LinearLayout>
|
|
|
</layout>
|