mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-07 17:13:30 +00:00
Add expiration subtitle to Delete option in message context menu
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user