|
@@ -136,6 +136,36 @@
|
|
|
android:textSize="@dimen/bottom_sheet_text_size" />
|
|
|
</LinearLayout>
|
|
|
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/conversation_operation_mark_as_unread"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="@dimen/bottom_sheet_item_height"
|
|
|
+ android:background="?android:attr/selectableItemBackground"
|
|
|
+ android:gravity="center_vertical"
|
|
|
+ android:orientation="horizontal"
|
|
|
+ android:paddingStart="@dimen/standard_padding"
|
|
|
+ android:paddingEnd="@dimen/standard_padding"
|
|
|
+ tools:ignore="UseCompoundDrawables">
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:contentDescription="@null"
|
|
|
+ android:src="@drawable/ic_eye_off"
|
|
|
+ app:tint="@color/high_emphasis_menu_icon" />
|
|
|
+
|
|
|
+ <androidx.appcompat.widget.AppCompatTextView
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_gravity="start|center_vertical"
|
|
|
+ android:paddingStart="40dp"
|
|
|
+ android:paddingEnd="@dimen/zero"
|
|
|
+ android:text="@string/nc_mark_as_unread"
|
|
|
+ android:textAlignment="viewStart"
|
|
|
+ android:textColor="@color/high_emphasis_text"
|
|
|
+ android:textSize="@dimen/bottom_sheet_text_size" />
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
<LinearLayout
|
|
|
android:id="@+id/conversation_operation_rename"
|
|
|
android:layout_width="match_parent"
|