1
0
Fork 0
mirror of https://github.com/KokaKiwi/BarInsta synced 2026-03-14 08:21:35 +00:00

Allow ending a group chat

This commit is contained in:
Ammar Githam 2021-01-20 02:24:49 +09:00
parent ba526eb0bb
commit 6aee7ea863
14 changed files with 176 additions and 158 deletions

View file

@ -43,6 +43,7 @@
<dimen name="reaction_picker_emoji_margin">8dp</dimen>
<dimen name="reaction_picker_option_height">48dp</dimen>
<dimen name="reaction_picker_add_padding_adjustment">4dp</dimen>
<dimen name="dm_item_context_min_width">200dp</dimen>
<dimen name="horizontal_divider_height">1dp</dimen>
</resources>

View file

@ -415,4 +415,7 @@
<string name="added_by">Added by %s</string>
<string name="admin_approval_required">Admin approval required</string>
<string name="admin_approval_required_description">An admin approval will be required to add new members to the group</string>
<string name="dms_action_end">End chat</string>
<string name="dms_action_end_question">End chat?</string>
<string name="dms_action_end_description">All members will be removed from the group. They will still be able to view the chat history.</string>
</resources>