diff options
author | Daniel Gultsch <daniel@gultsch.de> | 2016-01-04 15:17:02 +0100 |
---|---|---|
committer | Daniel Gultsch <daniel@gultsch.de> | 2016-01-04 15:17:02 +0100 |
commit | f815a7cd2619f35ed47560c99cc299653f167cb0 (patch) | |
tree | 0057e18e621529a31feb2f64d8364586e512b2d6 /src/main/res | |
parent | 95bf0630f0bad2d85984183119474a8ca678c204 (diff) |
properly rotate avatars
Diffstat (limited to '')
-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 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 |