mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-16 12:49:55 +01:00
Add "Tap to learn more" to message bubbles for timer changes
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
android:background="@drawable/notice_in"
|
||||
android:elevation="@dimen/message_bubble_elevation"
|
||||
android:paddingBottom="@dimen/message_bubble_padding_top"
|
||||
android:textIsSelectable="false"
|
||||
android:visibility="gone"
|
||||
tools:text="@string/auto_delete_msg_contact_enabled"
|
||||
tools:visibility="visible" />
|
||||
|
||||
@@ -15,6 +15,7 @@
|
||||
android:elevation="@dimen/message_bubble_elevation"
|
||||
android:paddingBottom="@dimen/message_bubble_padding_top"
|
||||
android:textColor="@color/private_message_date_inverse"
|
||||
android:textIsSelectable="false"
|
||||
android:visibility="gone"
|
||||
tools:showIn="@layout/list_item_conversation_msg_out"
|
||||
tools:text="@string/auto_delete_msg_you_enabled"
|
||||
|
||||
@@ -167,10 +167,15 @@
|
||||
<string name="set_contact_alias">Change contact name</string>
|
||||
<string name="set_contact_alias_hint">Contact name</string>
|
||||
<string name="menu_item_disappearing_messages">Disappearing messages</string>
|
||||
<string name="auto_delete_msg_you_enabled">Your messages will disappear after 7 days.</string>
|
||||
<string name="auto_delete_msg_you_disabled">Your messages will not disappear.</string>
|
||||
<string name="auto_delete_msg_contact_enabled">%1$s\'s messages will disappear after 7 days.</string>
|
||||
<string name="auto_delete_msg_contact_disabled">%1$s\'s messages will not disappear.</string>
|
||||
<!-- The placeholder at the end will add "Tap to learn more." -->
|
||||
<string name="auto_delete_msg_you_enabled">Your messages will disappear after 7 days. %1$s</string>
|
||||
<!-- The placeholder at the end will add "Tap to learn more." -->
|
||||
<string name="auto_delete_msg_you_disabled">Your messages will not disappear. %1$s</string>
|
||||
<!-- The second placeholder at the end will add "Tap to learn more." -->
|
||||
<string name="auto_delete_msg_contact_enabled">%1$s\'s messages will disappear after 7 days. %2$s</string>
|
||||
<!-- The second placeholder at the end will add "Tap to learn more." -->
|
||||
<string name="auto_delete_msg_contact_disabled">%1$s\'s messages will not disappear. %2$s</string>
|
||||
<string name="tap_to_learn_more">Tap to learn more.</string>
|
||||
<string name="delete_all_messages">Delete all messages</string>
|
||||
<string name="dialog_title_delete_all_messages">Confirm Message Deletion</string>
|
||||
<string name="dialog_message_delete_all_messages">Are you sure that you want to delete all messages?</string>
|
||||
|
||||
Reference in New Issue
Block a user