From 38a9242955704232039272fd8b6011d47622495d Mon Sep 17 00:00:00 2001 From: iNPUTmice Date: Thu, 17 Jul 2014 00:03:37 +0200 Subject: brought muc invites back. + couple of bug fixes + refactoring --- res/layout/activity_choose_contact.xml | 13 ++++++++++++ res/layout/activity_muc_details.xml | 4 +--- res/menu/choose_contact.xml | 10 +++++++++ res/menu/conversations.xml | 37 +++++++++++++++------------------- res/values/strings.xml | 6 ++---- 5 files changed, 42 insertions(+), 28 deletions(-) create mode 100644 res/layout/activity_choose_contact.xml create mode 100644 res/menu/choose_contact.xml (limited to 'res') diff --git a/res/layout/activity_choose_contact.xml b/res/layout/activity_choose_contact.xml new file mode 100644 index 00000000..248a7822 --- /dev/null +++ b/res/layout/activity_choose_contact.xml @@ -0,0 +1,13 @@ + + + + + + \ No newline at end of file diff --git a/res/layout/activity_muc_details.xml b/res/layout/activity_muc_details.xml index d47c6b6e..49b4cef3 100644 --- a/res/layout/activity_muc_details.xml +++ b/res/layout/activity_muc_details.xml @@ -63,7 +63,6 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:singleLine="true" - android:text="hallo hallo" android:textColor="@color/primarytext" android:textSize="18sp" /> @@ -72,7 +71,6 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:singleLine="true" - android:text="Participant" android:textColor="@color/primarytext" android:textSize="14sp" /> @@ -123,7 +121,7 @@ android:layout_height="wrap_content" android:layout_gravity="center_horizontal" android:layout_marginTop="24dp" - android:text="@string/invite_contacts" /> + android:text="@string/invite_contact" /> \ No newline at end of file diff --git a/res/menu/choose_contact.xml b/res/menu/choose_contact.xml new file mode 100644 index 00000000..3f402664 --- /dev/null +++ b/res/menu/choose_contact.xml @@ -0,0 +1,10 @@ + + + + + \ No newline at end of file diff --git a/res/menu/conversations.xml b/res/menu/conversations.xml index 710a552e..2621289a 100644 --- a/res/menu/conversations.xml +++ b/res/menu/conversations.xml @@ -2,47 +2,44 @@ - + android:title="@string/action_add"/> - + android:title="@string/action_secure"/> - + android:title="@string/attach_file"/> - + - + - + android:title="@string/invite_contact"/> - - + android:title="@string/action_accounts"/> - + \ No newline at end of file diff --git a/res/values/strings.xml b/res/values/strings.xml index 26e5dda5..8cfff368 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -47,10 +47,7 @@ OTR fingerprint No OTR Fingerprint generated. Just go ahead an start an encrypted conversation Start Conversation - Invite Contacts - Invite to existing conference - Create new conference - Create new contact + Invite Contact Contacts Search or enter Jabber ID Choose account @@ -272,4 +269,5 @@ This bookmark already exists You Edit conference subject + Choose contact -- cgit v1.2.3