Commit ca2029b27c8bf942ce857c4f25bf15bd85d10f21
1 parent
7b8a96d8
Exists in
yxb_dev
and in
2 other branches
no message
Showing
3 changed files
with
5 additions
and
4 deletions
Show diff stats
app/src/main/AndroidManifest.xml
app/src/main/res/layout/activity_personinfo.xml
app/src/main/res/layout/fragment_mine.xml
... | ... | @@ -37,11 +37,11 @@ |
37 | 37 | |
38 | 38 | <com.makeramen.roundedimageview.RoundedImageView |
39 | 39 | android:id="@+id/user_photo" |
40 | - android:layout_width="60dp" | |
41 | - android:layout_height="60dp" | |
40 | + android:layout_width="80dp" | |
41 | + android:layout_height="80dp" | |
42 | 42 | android:layout_margin="20dp" |
43 | 43 | android:src="@drawable/user_imge_defult" |
44 | - app:riv_corner_radius="10dp" /> | |
44 | + app:riv_corner_radius="40dp" /> | |
45 | 45 | |
46 | 46 | <LinearLayout |
47 | 47 | android:layout_width="wrap_content" | ... | ... |