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
@@ -144,6 +144,7 @@ | @@ -144,6 +144,7 @@ | ||
144 | 144 | ||
145 | <activity | 145 | <activity |
146 | android:name=".ui.MainActivity" | 146 | android:name=".ui.MainActivity" |
147 | + android:windowSoftInputMode="adjustPan|stateAlwaysHidden" | ||
147 | android:launchMode="singleInstance" | 148 | android:launchMode="singleInstance" |
148 | android:screenOrientation="portrait"/> | 149 | android:screenOrientation="portrait"/> |
149 | 150 |
app/src/main/res/layout/activity_personinfo.xml
@@ -52,7 +52,7 @@ | @@ -52,7 +52,7 @@ | ||
52 | android:layout_width="100dp" | 52 | android:layout_width="100dp" |
53 | android:layout_height="100dp" | 53 | android:layout_height="100dp" |
54 | android:src="@color/white" | 54 | android:src="@color/white" |
55 | - app:riv_corner_radius="20dp" | 55 | + app:riv_corner_radius="50dp" |
56 | app:riv_oval="false" | 56 | app:riv_oval="false" |
57 | /> | 57 | /> |
58 | </FrameLayout> | 58 | </FrameLayout> |
app/src/main/res/layout/fragment_mine.xml
@@ -37,11 +37,11 @@ | @@ -37,11 +37,11 @@ | ||
37 | 37 | ||
38 | <com.makeramen.roundedimageview.RoundedImageView | 38 | <com.makeramen.roundedimageview.RoundedImageView |
39 | android:id="@+id/user_photo" | 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 | android:layout_margin="20dp" | 42 | android:layout_margin="20dp" |
43 | android:src="@drawable/user_imge_defult" | 43 | android:src="@drawable/user_imge_defult" |
44 | - app:riv_corner_radius="10dp" /> | 44 | + app:riv_corner_radius="40dp" /> |
45 | 45 | ||
46 | <LinearLayout | 46 | <LinearLayout |
47 | android:layout_width="wrap_content" | 47 | android:layout_width="wrap_content" |