Add expiration subtitle to Delete option in message context menu

This commit is contained in:
Andrew
2024-02-07 16:51:00 +10:30
parent b8aa46912a
commit b56c3bd6c5
5 changed files with 84 additions and 60 deletions

View File

@@ -34,7 +34,7 @@
<TextView
android:id="@+id/context_menu_item_subtitle"
android:textAppearance="@style/TextAppearance.AppCompat.Body1"
android:textSize="@dimen/tiny_font_size"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="16dp"

View File

@@ -1077,5 +1077,6 @@
<string name="activity_conversation_empty_state_default">You have no messages from <b>%s</b>.\nSend a message to start the conversation!</string>
<string name="unread_marker">Unread Messages</string>
<string name="auto_deletes_in">Auto-deletes in %1$s</string>
</resources>