nilupeng
2022-08-11 6c29fda2b7408c13a486554c5be9d3c6b8296b95
app/src/main/res/layout/activity_setting.xml
@@ -2,6 +2,7 @@
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    xmlns:tools="http://schemas.android.com/tools"
    tools:ignore="MissingConstraints"
    android:background="@color/white"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
@@ -10,7 +11,6 @@
    <com.runt.open.mvvm.widgets.TitleBarView
        android:id="@+id/title_bar"
        style="@style/titlebar"
        tools:ignore="MissingConstraints"
        app:titleText="设置"
        app:leftDrawable="@mipmap/icon_white_back"
        app:leftTint="@color/black"/>
@@ -18,30 +18,14 @@
    <TextView
        android:id="@+id/version"
        app:layout_constraintTop_toBottomOf="@id/title_bar"
        app:layout_constraintLeft_toLeftOf="parent"
        app:layout_constraintRight_toRightOf="parent"
        android:background="@drawable/bg_white"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:gravity="left"
        android:text="@string/str_version"
        android:textColor="@color/txt_color"
        android:textSize="@dimen/title_size"
        android:padding="15dp" />
        style="@style/lin_txt" />
    <TextView
        android:id="@+id/about"
        app:layout_constraintTop_toBottomOf="@id/version"
        app:layout_constraintLeft_toLeftOf="parent"
        app:layout_constraintRight_toRightOf="parent"
        android:background="@drawable/bg_white"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        style="@style/lin_txt"
        android:drawableRight="@mipmap/arrow_right"
        android:gravity="left"
        android:text="关于我们"
        android:textColor="@color/txt_color"
        android:textSize="@dimen/title_size"
        android:padding="15dp" />
        android:text="关于我们" />
    <View
        app:layout_constraintTop_toBottomOf="@id/title_bar"
        android:layout_width="match_parent"