|
@@ -553,7 +553,6 @@
|
|
|
android:text="帮助中心"
|
|
|
android:textColor="@color/color_333333"
|
|
|
android:textSize="@dimen/sp_14"
|
|
|
- app:layout_constraintBottom_toBottomOf="parent"
|
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
|
app:layout_constraintTop_toBottomOf="@+id/tv_device_detection" />
|
|
|
|
|
@@ -562,7 +561,7 @@
|
|
|
android:layout_width="@dimen/dp_22"
|
|
|
android:layout_height="@dimen/dp_22"
|
|
|
android:layout_marginLeft="@dimen/dp_24"
|
|
|
- android:background="@drawable/icon_mine_help"
|
|
|
+ android:background="@drawable/icon_help_center"
|
|
|
app:layout_constraintBottom_toBottomOf="@+id/tv_help"
|
|
|
app:layout_constraintLeft_toLeftOf="@+id/tv_help"
|
|
|
app:layout_constraintTop_toTopOf="@+id/tv_help" />
|
|
@@ -576,6 +575,39 @@
|
|
|
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_marginBottom="15dp"
|
|
|
+ android:gravity="center_vertical"
|
|
|
+ android:paddingLeft="@dimen/dp_59"
|
|
|
+ android:text="意见反馈"
|
|
|
+ android:textColor="@color/color_333333"
|
|
|
+ android:textSize="@dimen/sp_14"
|
|
|
+ app:layout_constraintBottom_toBottomOf="parent"
|
|
|
+ app:layout_constraintLeft_toLeftOf="parent"
|
|
|
+ app:layout_constraintTop_toBottomOf="@+id/tv_help" />
|
|
|
+
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="@dimen/dp_22"
|
|
|
+ android:layout_height="@dimen/dp_22"
|
|
|
+ android:layout_marginLeft="@dimen/dp_24"
|
|
|
+ android:background="@drawable/icon_mine_help"
|
|
|
+ app:layout_constraintBottom_toBottomOf="@+id/tv_feedback"
|
|
|
+ app:layout_constraintLeft_toLeftOf="@+id/tv_feedback"
|
|
|
+ app:layout_constraintTop_toTopOf="@+id/tv_feedback" />
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="@dimen/dp_14"
|
|
|
+ android:layout_height="@dimen/dp_14"
|
|
|
+ android:layout_marginRight="@dimen/dp_22"
|
|
|
+ android:background="@drawable/icon_next_right"
|
|
|
+ app:layout_constraintBottom_toBottomOf="@+id/tv_feedback"
|
|
|
+ app:layout_constraintRight_toRightOf="@+id/tv_feedback"
|
|
|
+ app:layout_constraintTop_toTopOf="@+id/tv_feedback" />
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|