From 610df2eddc06d9b7cbe0157a2f101eb9eaef76d0 Mon Sep 17 00:00:00 2001 From: iNPUTmice Date: Fri, 11 Jul 2014 19:48:41 +0200 Subject: added join conference dialog --- res/layout/create_contact_dialog.xml | 5 ++-- res/layout/join_conference_dialog.xml | 46 +++++++++++++++++++++++++++++++++++ res/menu/start_conversation.xml | 4 +-- res/values/strings.xml | 6 ++++- 4 files changed, 56 insertions(+), 5 deletions(-) create mode 100644 res/layout/join_conference_dialog.xml (limited to 'res') diff --git a/res/layout/create_contact_dialog.xml b/res/layout/create_contact_dialog.xml index 93248b40e..4b5b9a04a 100644 --- a/res/layout/create_contact_dialog.xml +++ b/res/layout/create_contact_dialog.xml @@ -19,7 +19,7 @@ diff --git a/res/layout/join_conference_dialog.xml b/res/layout/join_conference_dialog.xml new file mode 100644 index 000000000..2a0e300a2 --- /dev/null +++ b/res/layout/join_conference_dialog.xml @@ -0,0 +1,46 @@ + + + + + + + + + + + + + diff --git a/res/menu/start_conversation.xml b/res/menu/start_conversation.xml index 12109d7b6..907fbdede 100644 --- a/res/menu/start_conversation.xml +++ b/res/menu/start_conversation.xml @@ -14,10 +14,10 @@ android:showAsAction="always" android:title="@string/create_contact"/> + android:title="@string/join_conference"/> Conferences Search Create Contact - Create Conference + Join Conference Delete Contact View contact details Create The contact already exists + Join + Conference address + room@conference.example.com + Save as bookmark \ No newline at end of file -- cgit v1.2.3