|
@@ -663,51 +663,27 @@
|
|
|
<TextView
|
|
|
android:id="@+id/tv_network_detection"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="@dimen/dp_45"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ style="@style/me_btn_style"
|
|
|
android:gravity="center_vertical"
|
|
|
- android:paddingLeft="@dimen/dp_15"
|
|
|
android:text="网络检测"
|
|
|
- android:textColor="@color/color_333333"
|
|
|
- android:textSize="@dimen/sp_16"
|
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
|
app:layout_constraintTop_toTopOf="parent" />
|
|
|
|
|
|
|
|
|
- <ImageView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginRight="@dimen/dp_22"
|
|
|
- android:background="@drawable/icon_arrow_right2"
|
|
|
- app:layout_constraintBottom_toBottomOf="@+id/tv_network_detection"
|
|
|
- app:layout_constraintRight_toRightOf="@+id/tv_network_detection"
|
|
|
- app:layout_constraintTop_toTopOf="@+id/tv_network_detection" />
|
|
|
-
|
|
|
<TextView
|
|
|
android:id="@+id/tv_device_detection"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="@dimen/dp_45"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ style="@style/me_btn_style"
|
|
|
android:gravity="center_vertical"
|
|
|
- android:paddingLeft="@dimen/dp_15"
|
|
|
android:text="设备检测"
|
|
|
- android:textColor="@color/color_333333"
|
|
|
- android:textSize="@dimen/sp_16"
|
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
|
app:layout_constraintTop_toBottomOf="@+id/tv_network_detection" />
|
|
|
|
|
|
|
|
|
- <ImageView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginRight="@dimen/dp_22"
|
|
|
- android:background="@drawable/icon_arrow_right2"
|
|
|
- app:layout_constraintBottom_toBottomOf="@+id/tv_device_detection"
|
|
|
- app:layout_constraintRight_toRightOf="@+id/tv_device_detection"
|
|
|
- app:layout_constraintTop_toTopOf="@+id/tv_device_detection" />
|
|
|
-
|
|
|
-
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
|
|
|
-
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
@@ -723,96 +699,50 @@
|
|
|
<TextView
|
|
|
android:id="@+id/tv_help"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="@dimen/dp_45"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ style="@style/me_btn_style"
|
|
|
android:gravity="center_vertical"
|
|
|
- android:paddingLeft="@dimen/dp_15"
|
|
|
android:text="帮助中心"
|
|
|
- android:textColor="@color/color_333333"
|
|
|
- android:textSize="@dimen/sp_16"
|
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
|
app:layout_constraintTop_toTopOf="parent" />
|
|
|
|
|
|
|
|
|
- <ImageView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginRight="@dimen/dp_22"
|
|
|
- android:background="@drawable/icon_arrow_right2"
|
|
|
- app:layout_constraintBottom_toBottomOf="@+id/tv_help"
|
|
|
- app:layout_constraintRight_toRightOf="@+id/tv_help"
|
|
|
- app:layout_constraintTop_toTopOf="@+id/tv_help" />
|
|
|
-
|
|
|
-
|
|
|
<TextView
|
|
|
android:id="@+id/tv_feedback"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="@dimen/dp_45"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ style="@style/me_btn_style"
|
|
|
android:layout_marginBottom="10dp"
|
|
|
android:gravity="center_vertical"
|
|
|
- android:paddingLeft="@dimen/dp_15"
|
|
|
android:text="意见反馈"
|
|
|
- android:textColor="@color/color_333333"
|
|
|
- android:textSize="@dimen/sp_16"
|
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
|
app:layout_constraintTop_toBottomOf="@+id/tv_help" />
|
|
|
|
|
|
- <ImageView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginRight="@dimen/dp_22"
|
|
|
- android:background="@drawable/icon_arrow_right2"
|
|
|
- app:layout_constraintBottom_toBottomOf="@+id/tv_feedback"
|
|
|
- app:layout_constraintRight_toRightOf="@+id/tv_feedback"
|
|
|
- app:layout_constraintTop_toTopOf="@+id/tv_feedback" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/tv_contact_us"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="@dimen/dp_45"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ style="@style/me_btn_style"
|
|
|
android:gravity="center_vertical"
|
|
|
- android:paddingLeft="@dimen/dp_15"
|
|
|
android:text="联系我们"
|
|
|
- android:textColor="@color/color_333333"
|
|
|
- android:textSize="@dimen/sp_16"
|
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
|
app:layout_constraintTop_toBottomOf="@+id/tv_feedback" />
|
|
|
|
|
|
|
|
|
- <ImageView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginRight="@dimen/dp_22"
|
|
|
- android:background="@drawable/icon_arrow_right2"
|
|
|
- app:layout_constraintBottom_toBottomOf="@+id/tv_contact_us"
|
|
|
- app:layout_constraintRight_toRightOf="@+id/tv_contact_us"
|
|
|
- app:layout_constraintTop_toTopOf="@+id/tv_contact_us" />
|
|
|
-
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/tv_customer"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="@dimen/dp_45"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ style="@style/me_btn_style"
|
|
|
android:gravity="center_vertical"
|
|
|
- android:paddingLeft="@dimen/dp_15"
|
|
|
android:text="在线客服"
|
|
|
- android:textColor="@color/color_333333"
|
|
|
- android:textSize="@dimen/sp_16"
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
|
app:layout_constraintTop_toBottomOf="@+id/tv_contact_us" />
|
|
|
|
|
|
|
|
|
- <ImageView
|
|
|
- android:id="@+id/iv_customer_arrow"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginRight="@dimen/dp_22"
|
|
|
- android:background="@drawable/icon_arrow_right2"
|
|
|
- app:layout_constraintBottom_toBottomOf="@+id/tv_customer"
|
|
|
- app:layout_constraintRight_toRightOf="@+id/tv_customer"
|
|
|
- app:layout_constraintTop_toTopOf="@+id/tv_customer" />
|
|
|
-
|
|
|
-
|
|
|
<androidx.constraintlayout.widget.Group
|
|
|
android:id="@+id/group_customer"
|
|
|
android:layout_width="wrap_content"
|