个人页面

This commit is contained in:
18142669586
2023-10-07 14:11:12 +08:00
parent e3fc7786a8
commit cd74b7140e
7 changed files with 415 additions and 122 deletions

View File

@@ -0,0 +1,42 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="12dp"
android:gravity="left|center"
android:layout_marginBottom="12dp"
android:layout_marginLeft="12dp"
android:orientation="horizontal">
<ImageView
android:id="@+id/thumb"
android:layout_width="19dp"
android:layout_height="22dp"/>
<TextView
android:id="@+id/name"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="sdsdsdsd"
android:gravity="center"
android:layout_marginLeft="5dp"
android:textColor="#333333"
android:textSize="14sp" />
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content">
<ImageView
android:layout_width="12dp"
android:layout_height="14dp"
android:layout_gravity="left"
android:layout_alignParentRight="true"
android:layout_marginRight="17dp"
android:layout_marginTop="2dp"
android:src="@mipmap/tobtn"/>
</RelativeLayout>
</LinearLayout>