diff options
Diffstat (limited to 'src/main/res/layout/activity_publish_profile_picture.xml')
-rw-r--r-- | src/main/res/layout/activity_publish_profile_picture.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/res/layout/activity_publish_profile_picture.xml b/src/main/res/layout/activity_publish_profile_picture.xml index e5113dab9..57ffffa1f 100644 --- a/src/main/res/layout/activity_publish_profile_picture.xml +++ b/src/main/res/layout/activity_publish_profile_picture.xml @@ -46,8 +46,8 @@ <ImageView android:id="@+id/account_image" - android:layout_width="wrap_content" - android:layout_height="wrap_content" + android:layout_width="fill_parent" + android:layout_height="fill_parent" android:maxHeight="384dp" android:maxWidth="384dp" android:adjustViewBounds="true" |