This commit is contained in:
hch
2023-10-24 18:26:06 +08:00
parent 2d456c0afd
commit 3735616af5
4 changed files with 49 additions and 7 deletions

View File

@@ -23,8 +23,8 @@
<com.makeramen.roundedimageview.RoundedImageView
android:id="@+id/avatar"
android:layout_width="46dp"
android:layout_height="46dp"
android:layout_width="45dp"
android:layout_height="45dp"
android:layout_alignParentRight="true"
android:layout_centerVertical="true"
android:layout_marginRight="25dp"
@@ -350,11 +350,11 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:layout_marginLeft="70dp"
android:orientation="horizontal"
android:layout_marginRight="25dp"
android:layout_height="wrap_content">
android:orientation="horizontal">
<TextView
android:id="@+id/auth_status"
@@ -375,13 +375,13 @@
</LinearLayout>
<ImageView
android:layout_width="16dp"
android:layout_height="18dp"
android:layout_alignParentRight="true"
android:layout_centerVertical="true"
android:src="@mipmap/icon_arrow_right" />
</RelativeLayout>
<RelativeLayout