From f815a7cd2619f35ed47560c99cc299653f167cb0 Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Mon, 4 Jan 2016 15:17:02 +0100 Subject: properly rotate avatars --- src/main/res/layout/activity_publish_profile_picture.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main/res/layout') diff --git a/src/main/res/layout/activity_publish_profile_picture.xml b/src/main/res/layout/activity_publish_profile_picture.xml index 3b249a665..8c7c359bf 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 @@ + android:layout_width="192dp" + android:layout_height="192dp" /> Date: Mon, 4 Jan 2016 17:27:51 +0100 Subject: Allow entering a JID from 'choose contact'. thanks @singpolyma fixes #1611 fixes #1602 --- src/main/res/layout/create_contact_dialog.xml | 39 --------------------------- src/main/res/layout/enter_jid_dialog.xml | 39 +++++++++++++++++++++++++++ 2 files changed, 39 insertions(+), 39 deletions(-) delete mode 100644 src/main/res/layout/create_contact_dialog.xml create mode 100644 src/main/res/layout/enter_jid_dialog.xml (limited to 'src/main/res/layout') diff --git a/src/main/res/layout/create_contact_dialog.xml b/src/main/res/layout/create_contact_dialog.xml deleted file mode 100644 index 6333e340a..000000000 --- a/src/main/res/layout/create_contact_dialog.xml +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/src/main/res/layout/enter_jid_dialog.xml b/src/main/res/layout/enter_jid_dialog.xml new file mode 100644 index 000000000..6333e340a --- /dev/null +++ b/src/main/res/layout/enter_jid_dialog.xml @@ -0,0 +1,39 @@ + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3