aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-06-24 21:34:47 +0200
committerChristian Schneppe <christian@pix-art.de>2018-06-29 21:55:43 +0200
commitd9d40ecb4297a7ade4205d6dca411c01aa728663 (patch)
tree2853511ab2432799cbb9d2ab1a7d736e424c8e63 /src/main/res/values
parent6633eedbb75d5fa85186c053aa7797b5b5458fc6 (diff)
WIP: set room avatar and slight redesign of group details
*show jid in group details (in advanced mode)
Diffstat (limited to 'src/main/res/values')
-rw-r--r--src/main/res/values/dimens.xml4
-rw-r--r--src/main/res/values/strings.xml4
2 files changed, 7 insertions, 1 deletions
diff --git a/src/main/res/values/dimens.xml b/src/main/res/values/dimens.xml
index 721cc4f9c..50f955c89 100644
--- a/src/main/res/values/dimens.xml
+++ b/src/main/res/values/dimens.xml
@@ -12,6 +12,10 @@
<dimen name="toolbar_elevation">4dp</dimen>
+ <dimen name="publish_avatar_top_margin">8dp</dimen>
+ <dimen name="publish_avatar_size">96dp</dimen>
+ <dimen name="avatar_on_details_screen_size">56dp</dimen>
+
<dimen name="input_label_vertical_spacing">4dp</dimen>
<dimen name="input_label_horizontal_spacing">4dp</dimen>
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml
index 27366987c..bd7d0e0e1 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -528,7 +528,6 @@
<string name="correct_message">Correct message</string>
<string name="send_corrected_message">Send corrected message</string>
<string name="no_keys_just_confirm">You already trust this contact. By selecting ’done’ you are just confirming that %s is part of this group chat.</string>
- <string name="select_image_and_crop">Select image and crop</string>
<string name="contacts_have_no_pgp_keys">Pix-Art Messenger is unable to encrypt your messages because your contacts are not announcing their public keys.\n\n</string>
<string name="this_account_is_disabled">You have disabled this account</string>
<string name="security_error_invalid_file_access">Security error: Invalid file access</string>
@@ -797,4 +796,7 @@
<string name="pref_start_search">Direct Search</string>
<string name="pref_start_search_summary">At 'Start Conversation' screen open keyboard and place cursor in search field</string>
<string name="paste_as_quote">Paste as quote</string>
+ <string name="group_chat_avatar">Group chat avatar</string>
+ <string name="host_does_not_support_group_chat_avatars">Host does not support group chat avatars</string>
+ <string name="only_the_owner_can_change_group_chat_avatar">Only the owner can change group chat avatar</string>
</resources>