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/drawable-hdpi/ic_action_discard.png | Bin 0 -> 454 bytes res/drawable-mdpi/ic_action_discard.png | Bin 0 -> 333 bytes res/drawable-xhdpi/ic_action_discard.png | Bin 0 -> 552 bytes res/drawable-xxhdpi/ic_action_discard.png | Bin 0 -> 781 bytes 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 ------------------------------ res/menu/contact_details.xml | 27 +++++++ res/menu/muc_details.xml | 15 ++++ res/values/strings.xml | 2 + 12 files changed, 281 insertions(+), 212 deletions(-) create mode 100644 res/drawable-hdpi/ic_action_discard.png create mode 100644 res/drawable-mdpi/ic_action_discard.png create mode 100644 res/drawable-xhdpi/ic_action_discard.png create mode 100644 res/drawable-xxhdpi/ic_action_discard.png 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 create mode 100644 res/menu/contact_details.xml create mode 100644 res/menu/muc_details.xml (limited to 'res') diff --git a/res/drawable-hdpi/ic_action_discard.png b/res/drawable-hdpi/ic_action_discard.png new file mode 100644 index 00000000..9c717dd3 Binary files /dev/null and b/res/drawable-hdpi/ic_action_discard.png differ diff --git a/res/drawable-mdpi/ic_action_discard.png b/res/drawable-mdpi/ic_action_discard.png new file mode 100644 index 00000000..9dfb7cc2 Binary files /dev/null and b/res/drawable-mdpi/ic_action_discard.png differ diff --git a/res/drawable-xhdpi/ic_action_discard.png b/res/drawable-xhdpi/ic_action_discard.png new file mode 100644 index 00000000..db69d6c2 Binary files /dev/null and b/res/drawable-xhdpi/ic_action_discard.png differ diff --git a/res/drawable-xxhdpi/ic_action_discard.png b/res/drawable-xxhdpi/ic_action_discard.png new file mode 100644 index 00000000..b522daff Binary files /dev/null and b/res/drawable-xxhdpi/ic_action_discard.png differ diff --git a/res/layout/activity_contact_details.xml b/res/layout/activity_contact_details.xml new file mode 100644 index 00000000..cd49f1bf --- /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 00000000..fd5583cf --- /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 00da4396..00000000 --- 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 00000000..206c7432 --- /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 fd5583cf..00000000 --- a/res/layout/muc_options.xml +++ /dev/null @@ -1,114 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/res/menu/contact_details.xml b/res/menu/contact_details.xml new file mode 100644 index 00000000..5d4a8d56 --- /dev/null +++ b/res/menu/contact_details.xml @@ -0,0 +1,27 @@ + + + + + + + + diff --git a/res/menu/muc_details.xml b/res/menu/muc_details.xml new file mode 100644 index 00000000..4f9b6da0 --- /dev/null +++ b/res/menu/muc_details.xml @@ -0,0 +1,15 @@ + + + + + + diff --git a/res/values/strings.xml b/res/values/strings.xml index a9e1fb99..3b575db1 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -20,4 +20,6 @@ Moderator Participant Visitor + Enter a new name: + Do you want to delete %s from your roster. The conversation assoziated with this account will not be removed. -- cgit v1.2.3