From 78312d71dd1f281f494a2a1c04e4a80f34898d2c Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Wed, 5 Mar 2014 15:41:14 +0100 Subject: reworked contact details --- res/layout/activity_contact_details.xml | 95 ++++++++++++++++++++++++++ res/layout/activity_muc_details.xml | 114 ++++++++++++++++++++++++++++++++ res/layout/dialog_contact_details.xml | 98 --------------------------- res/layout/edit_contact_name.xml | 28 ++++++++ res/layout/muc_options.xml | 114 -------------------------------- 5 files changed, 237 insertions(+), 212 deletions(-) create mode 100644 res/layout/activity_contact_details.xml create mode 100644 res/layout/activity_muc_details.xml delete mode 100644 res/layout/dialog_contact_details.xml create mode 100644 res/layout/edit_contact_name.xml delete mode 100644 res/layout/muc_options.xml (limited to 'res/layout') diff --git a/res/layout/activity_contact_details.xml b/res/layout/activity_contact_details.xml new file mode 100644 index 000000000..cd49f1bf3 --- /dev/null +++ b/res/layout/activity_contact_details.xml @@ -0,0 +1,95 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/layout/activity_muc_details.xml b/res/layout/activity_muc_details.xml new file mode 100644 index 000000000..fd5583cfe --- /dev/null +++ b/res/layout/activity_muc_details.xml @@ -0,0 +1,114 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/layout/dialog_contact_details.xml b/res/layout/dialog_contact_details.xml deleted file mode 100644 index 00da4396f..000000000 --- a/res/layout/dialog_contact_details.xml +++ /dev/null @@ -1,98 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/res/layout/edit_contact_name.xml b/res/layout/edit_contact_name.xml new file mode 100644 index 000000000..206c74323 --- /dev/null +++ b/res/layout/edit_contact_name.xml @@ -0,0 +1,28 @@ + + + + + + + + + + + diff --git a/res/layout/muc_options.xml b/res/layout/muc_options.xml deleted file mode 100644 index fd5583cfe..000000000 --- a/res/layout/muc_options.xml +++ /dev/null @@ -1,114 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file -- cgit v1.2.3