This commit is contained in:
jinyuer
2021-01-28 14:59:30 +08:00
parent 89945347ae
commit 6bd2b76fee
9 changed files with 106 additions and 70 deletions

View File

@@ -2,7 +2,7 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@color/black"
android:background="#4D4B4C"
android:orientation="horizontal">
<TextView

View File

@@ -82,15 +82,22 @@
android:id="@+id/v"
android:layout_width="match_parent"
android:layout_height="230dp" />
<ImageView
android:id="@+id/head"
android:layout_width="60dp"
android:layout_height="60dp"
<FrameLayout
android:background="@color/white"
android:layout_below="@id/v"
android:layout_alignParentRight="true"
android:layout_marginTop="-30dp"
android:layout_marginRight="16dp" />
android:layout_marginRight="16dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<ImageView
android:layout_margin="1dp"
android:id="@+id/head"
android:layout_width="60dp"
android:layout_height="60dp"
/>
</FrameLayout>
</RelativeLayout>
<RelativeLayout

View File

@@ -67,7 +67,6 @@
android:layout_width="wrap_content"
android:layout_height="25dp"
android:layout_gravity="right"
android:layout_marginRight="16dp"
android:padding="5dp"
android:src="@mipmap/pl" />