diff options
author | Christian S. <kriztan@users.noreply.github.com> | 2015-07-16 08:13:52 +0200 |
---|---|---|
committer | Christian S. <kriztan@users.noreply.github.com> | 2015-07-16 08:13:52 +0200 |
commit | 5589f24a0ce66e3c32c548eb9176df8db8ea0549 (patch) | |
tree | b3a60aef78a6c2c9936345cd084963ac79eefee6 /src | |
parent | 99adb927589bb9728077d3854f76373ca02a6752 (diff) |
show bigger avatar in 'publish profile picture' view
Diffstat (limited to 'src')
-rw-r--r-- | src/main/res/layout/activity_publish_profile_picture.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/res/layout/activity_publish_profile_picture.xml b/src/main/res/layout/activity_publish_profile_picture.xml index 4b2497458..6bb28a1ec 100644 --- a/src/main/res/layout/activity_publish_profile_picture.xml +++ b/src/main/res/layout/activity_publish_profile_picture.xml @@ -16,8 +16,8 @@ <ImageView android:id="@+id/account_image" - android:layout_width="194dp" - android:layout_height="194dp" /> + android:layout_width="300dp" + android:layout_height="300dp" /> </LinearLayout> <TextView @@ -103,4 +103,4 @@ android:textSize="?attr/TextSizeBody" /> </LinearLayout> -</RelativeLayout>
\ No newline at end of file +</RelativeLayout> |