mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-16 04:39:54 +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"
|
||||
|
||||
Reference in New Issue
Block a user