aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/activity_publish_profile_picture.xml
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel@gultsch.de>2016-01-04 15:17:02 +0100
committerDaniel Gultsch <daniel@gultsch.de>2016-01-04 15:17:02 +0100
commitf815a7cd2619f35ed47560c99cc299653f167cb0 (patch)
tree0057e18e621529a31feb2f64d8364586e512b2d6 /src/main/res/layout/activity_publish_profile_picture.xml
parent95bf0630f0bad2d85984183119474a8ca678c204 (diff)
properly rotate avatars
Diffstat (limited to 'src/main/res/layout/activity_publish_profile_picture.xml')
-rw-r--r--src/main/res/layout/activity_publish_profile_picture.xml4
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 3b249a66..8c7c359b 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="192dp"
+ android:layout_height="192dp" />
</LinearLayout>
<TextView