Add "Tap to learn more" to message bubbles for timer changes

This commit is contained in:
Torsten Grote
2021-01-14 10:17:53 -03:00
committed by akwizgran
parent d821696c6a
commit f6ccf885e6
6 changed files with 27 additions and 10 deletions

View File

@@ -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" />

View File

@@ -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"