|
@@ -26,8 +26,6 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:orientation="vertical"
|
|
|
- android:paddingStart="@dimen/standard_padding"
|
|
|
- android:paddingEnd="@dimen/standard_padding"
|
|
|
android:paddingBottom="@dimen/standard_half_padding">
|
|
|
|
|
|
<LinearLayout
|
|
@@ -42,6 +40,8 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="@dimen/bottom_sheet_item_height"
|
|
|
android:gravity="start|center_vertical"
|
|
|
+ android:paddingStart="@dimen/standard_padding"
|
|
|
+ android:paddingEnd="@dimen/standard_padding"
|
|
|
android:textColor="@color/medium_emphasis_text"
|
|
|
android:textSize="@dimen/bottom_sheet_text_size"
|
|
|
tools:text="conversation name" />
|
|
@@ -50,8 +50,11 @@
|
|
|
android:id="@+id/conversation_operation_remove_favorite"
|
|
|
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
|
|
@@ -77,8 +80,11 @@
|
|
|
android:id="@+id/conversation_operation_add_favorite"
|
|
|
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
|
|
@@ -104,8 +110,11 @@
|
|
|
android:id="@+id/conversation_operation_mark_as_read"
|
|
|
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
|
|
@@ -131,8 +140,11 @@
|
|
|
android:id="@+id/conversation_operation_rename"
|
|
|
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
|
|
@@ -158,8 +170,11 @@
|
|
|
android:id="@+id/conversation_operation_make_public"
|
|
|
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
|
|
@@ -185,8 +200,11 @@
|
|
|
android:id="@+id/conversation_operation_change_password"
|
|
|
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
|
|
@@ -212,8 +230,11 @@
|
|
|
android:id="@+id/conversation_operation_clear_password"
|
|
|
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
|
|
@@ -239,8 +260,11 @@
|
|
|
android:id="@+id/conversation_operation_set_password"
|
|
|
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
|
|
@@ -266,8 +290,11 @@
|
|
|
android:id="@+id/conversation_operation_delete"
|
|
|
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
|
|
@@ -293,8 +320,11 @@
|
|
|
android:id="@+id/conversation_operation_share_link"
|
|
|
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
|
|
@@ -320,8 +350,11 @@
|
|
|
android:id="@+id/conversation_operation_make_private"
|
|
|
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
|
|
@@ -347,8 +380,11 @@
|
|
|
android:id="@+id/conversation_operation_leave"
|
|
|
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
|