| | |
| | | android:layout_width="match_parent" |
| | | android:layout_height="1px" |
| | | android:background="@color/dividing_line_color"/> |
| | | <RelativeLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content"> |
| | | <TextView |
| | | android:id="@+id/tv_update" |
| | | 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"/> |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_centerVertical="true" |
| | | android:layout_alignParentEnd="true" |
| | | android:layout_marginEnd="40dp" |
| | | android:textSize="12sp" |
| | | android:textColor="@color/textColor" |
| | | android:text="当前版本:" |
| | | android:id="@+id/tv_version"/> |
| | | </RelativeLayout> |
| | | |
| | | <View |
| | | android:layout_width="match_parent" |
| | | android:layout_height="1px" |
| | | android:background="@color/dividing_line_color"/> |
| | | <TextView |
| | | android:id="@+id/tv_unregister" |
| | | android:layout_width="match_parent" |
| | |
| | | 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"/> |
| | | android:background="@color/white"/> |
| | | |
| | | <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:id="@+id/tv_logout" |
| | | android:textColor="@color/textColor" |
| | | android:textSize="17sp" |
| | | android:gravity="center" |
| | | android:background="@drawable/bg_white_15dp"/> |
| | | android:background="@color/white"/> |
| | | </androidx.constraintlayout.widget.ConstraintLayout> |