diff options
Diffstat (limited to 'src/main')
-rw-r--r-- | src/main/res/layout/activity_edit_account.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/res/layout/activity_edit_account.xml b/src/main/res/layout/activity_edit_account.xml index 8038e633a..41f4f731e 100644 --- a/src/main/res/layout/activity_edit_account.xml +++ b/src/main/res/layout/activity_edit_account.xml @@ -3,7 +3,7 @@ xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" - android:layout_height="match_parent" + android:layout_height="wrap_content" android:background="@color/grey200"> <ScrollView @@ -32,8 +32,8 @@ <com.makeramen.roundedimageview.RoundedImageView android:id="@+id/avater" - android:layout_width="fill_parent" - android:layout_height="fill_parent" + android:layout_width="wrap_content" + android:layout_height="wrap_content" android:layout_alignParentTop="true" android:layout_centerHorizontal="true" android:layout_marginBottom="16dp" |