| | |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" |
| | | xmlns:app="http://schemas.android.com/apk/res-auto" |
| | | android:background="@color/page_bg"> |
| | | android:background="#FAFAFA"> |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:text="设置" |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | app:layout_constraintEnd_toEndOf="parent" |
| | | app:layout_constraintTop_toTopOf="parent" |
| | | android:textColor="@color/textColor" |
| | | android:textSize="16sp" |
| | | android:textStyle="bold" |
| | | android:id="@+id/tv_title" |
| | | android:layout_marginTop="44dp"/> |
| | | <ImageView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:src="@mipmap/back" |
| | | android:padding="10dp" |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | android:layout_marginStart="4dp" |
| | | app:layout_constraintTop_toTopOf="@id/tv_title" |
| | | app:layout_constraintBottom_toBottomOf="@id/tv_title" |
| | | android:id="@+id/iv_back"/> |
| | | <LinearLayout |
| | | android:id="@+id/ll" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:orientation="vertical" |
| | | app:layout_constraintTop_toTopOf="parent" |
| | | android:background="@color/white"> |
| | | app:layout_constraintTop_toBottomOf="@id/tv_title" |
| | | android:layout_marginTop="25dp" |
| | | android:layout_marginStart="7dp" |
| | | android:layout_marginEnd="4dp" |
| | | android:background="@drawable/bg_white_15dp"> |
| | | <TextView |
| | | android:id="@+id/tv_phone" |
| | | android:id="@+id/tv_bind" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | style="@style/style_form_text" |
| | | android:text="修改绑定手机" |
| | | android:textStyle="bold" |
| | | android:text="账号绑定" |
| | | android:paddingHorizontal="12dp" |
| | | android:drawableEnd="@mipmap/more_black"/> |
| | | <View |
| | |
| | | android:layout_height="1px" |
| | | android:background="@color/dividing_line_color"/> |
| | | <TextView |
| | | android:id="@+id/tv_pwd" |
| | | android:id="@+id/tv_clear" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | style="@style/style_form_text" |
| | | android:text="修改密码" |
| | | android:textStyle="bold" |
| | | android:text="清理缓存" |
| | | android:paddingHorizontal="12dp" |
| | | android:drawableEnd="@mipmap/more_black"/> |
| | | <View |
| | | android:layout_width="match_parent" |
| | | android:layout_height="1px" |
| | | android:background="@color/dividing_line_color"/> |
| | | <TextView |
| | | android:id="@+id/tv_about" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | style="@style/style_form_text" |
| | | android:text="关于心泉" |
| | | android:paddingHorizontal="12dp" |
| | | android:drawableEnd="@mipmap/more_black"/> |
| | | <View |
| | |
| | | android:layout_height="wrap_content" |
| | | style="@style/style_form_text" |
| | | android:text="注销账号" |
| | | android:textStyle="bold" |
| | | android:paddingHorizontal="12dp" |
| | | android:drawableEnd="@mipmap/more_black"/> |
| | | <View |
| | | android:layout_width="match_parent" |
| | | android:layout_height="1px" |
| | | android:background="@color/dividing_line_color"/> |
| | | <TextView |
| | | android:id="@+id/tv_rule" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | style="@style/style_form_text" |
| | | android:text="协议政策" |
| | | android:paddingHorizontal="12dp" |
| | | android:drawableEnd="@mipmap/more_black"/> |
| | | </LinearLayout> |
| | | |
| | | <TextView |
| | | android:layout_width="match_parent" |
| | | android:layout_height="49dp" |
| | | app:layout_constraintTop_toBottomOf="@id/ll" |
| | | android:layout_marginStart="7dp" |
| | | android:layout_marginEnd="4dp" |
| | | android:layout_marginTop="9dp" |
| | | android:text="切换账号" |
| | | android:id="@+id/tv_switch" |
| | | android:textColor="@color/textColor" |
| | | android:textSize="17sp" |
| | | android:gravity="center" |
| | | android:background="@drawable/bg_white_15dp"/> |
| | | |
| | | <TextView |
| | | android:layout_width="match_parent" |
| | | android:layout_height="49dp" |
| | | app:layout_constraintTop_toBottomOf="@id/tv_switch" |
| | | android:layout_marginStart="7dp" |
| | | android:layout_marginEnd="4dp" |
| | | android:layout_marginTop="9dp" |
| | | android:text="退出登录" |
| | | android:textColor="@color/textColor" |
| | | android:textSize="17sp" |
| | | android:gravity="center" |
| | | android:background="@drawable/bg_white_15dp"/> |
| | | </androidx.constraintlayout.widget.ConstraintLayout> |