mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-09 15:42:10 +00:00
revert layout change
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
142c362474
commit
59d821c211
@ -41,327 +41,336 @@
|
|||||||
tools:text="conversation name" />
|
tools:text="conversation name" />
|
||||||
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:id="@+id/conversation_operation_remove_favorite"
|
android:id="@+id/operation_items_layout"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="@dimen/bottom_sheet_item_height"
|
android:layout_height="wrap_content"
|
||||||
android:gravity="center_vertical"
|
android:orientation="vertical"
|
||||||
android:orientation="horizontal"
|
|
||||||
tools:ignore="UseCompoundDrawables">
|
tools:ignore="UseCompoundDrawables">
|
||||||
|
|
||||||
<ImageView
|
<LinearLayout
|
||||||
android:layout_width="wrap_content"
|
android:id="@+id/conversation_operation_remove_favorite"
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:contentDescription="@null"
|
|
||||||
android:src="@drawable/ic_star_border_black_24dp"
|
|
||||||
app:tint="@color/grey_600" />
|
|
||||||
|
|
||||||
<androidx.appcompat.widget.AppCompatTextView
|
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="@dimen/bottom_sheet_item_height"
|
||||||
android:layout_gravity="start|center_vertical"
|
android:gravity="center_vertical"
|
||||||
android:paddingStart="40dp"
|
android:orientation="horizontal"
|
||||||
android:paddingEnd="@dimen/zero"
|
tools:ignore="UseCompoundDrawables">
|
||||||
android:text="@string/nc_remove_from_favorites"
|
|
||||||
android:textAlignment="viewStart"
|
|
||||||
android:textColor="@color/high_emphasis_text"
|
|
||||||
android:textSize="@dimen/bottom_sheet_text_size" />
|
|
||||||
</LinearLayout>
|
|
||||||
|
|
||||||
<LinearLayout
|
<ImageView
|
||||||
android:id="@+id/conversation_operation_add_favorite"
|
android:layout_width="wrap_content"
|
||||||
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
||||||
android:layout_height="@dimen/bottom_sheet_item_height"
|
android:contentDescription="@null"
|
||||||
android:gravity="center_vertical"
|
android:src="@drawable/ic_star_border_black_24dp"
|
||||||
android:orientation="horizontal"
|
app:tint="@color/grey_600" />
|
||||||
tools:ignore="UseCompoundDrawables">
|
|
||||||
|
|
||||||
<ImageView
|
<androidx.appcompat.widget.AppCompatTextView
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:contentDescription="@null"
|
android:layout_gravity="start|center_vertical"
|
||||||
android:src="@drawable/ic_star_black_24dp"
|
android:paddingStart="40dp"
|
||||||
app:tint="@color/grey_600" />
|
android:paddingEnd="@dimen/zero"
|
||||||
|
android:text="@string/nc_remove_from_favorites"
|
||||||
|
android:textAlignment="viewStart"
|
||||||
|
android:textColor="@color/high_emphasis_text"
|
||||||
|
android:textSize="@dimen/bottom_sheet_text_size" />
|
||||||
|
</LinearLayout>
|
||||||
|
|
||||||
<androidx.appcompat.widget.AppCompatTextView
|
<LinearLayout
|
||||||
|
android:id="@+id/conversation_operation_add_favorite"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="@dimen/bottom_sheet_item_height"
|
||||||
android:layout_gravity="start|center_vertical"
|
android:gravity="center_vertical"
|
||||||
android:paddingStart="40dp"
|
android:orientation="horizontal"
|
||||||
android:paddingEnd="@dimen/zero"
|
tools:ignore="UseCompoundDrawables">
|
||||||
android:text="@string/nc_add_to_favorites"
|
|
||||||
android:textAlignment="viewStart"
|
|
||||||
android:textColor="@color/high_emphasis_text"
|
|
||||||
android:textSize="@dimen/bottom_sheet_text_size" />
|
|
||||||
</LinearLayout>
|
|
||||||
|
|
||||||
<LinearLayout
|
<ImageView
|
||||||
android:id="@+id/conversation_operation_mark_as_read"
|
android:layout_width="wrap_content"
|
||||||
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
||||||
android:layout_height="@dimen/bottom_sheet_item_height"
|
android:contentDescription="@null"
|
||||||
android:gravity="center_vertical"
|
android:src="@drawable/ic_star_black_24dp"
|
||||||
android:orientation="horizontal"
|
app:tint="@color/grey_600" />
|
||||||
tools:ignore="UseCompoundDrawables">
|
|
||||||
|
|
||||||
<ImageView
|
<androidx.appcompat.widget.AppCompatTextView
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:contentDescription="@null"
|
android:layout_gravity="start|center_vertical"
|
||||||
android:src="@drawable/ic_eye"
|
android:paddingStart="40dp"
|
||||||
app:tint="@color/grey_600" />
|
android:paddingEnd="@dimen/zero"
|
||||||
|
android:text="@string/nc_add_to_favorites"
|
||||||
|
android:textAlignment="viewStart"
|
||||||
|
android:textColor="@color/high_emphasis_text"
|
||||||
|
android:textSize="@dimen/bottom_sheet_text_size" />
|
||||||
|
</LinearLayout>
|
||||||
|
|
||||||
<androidx.appcompat.widget.AppCompatTextView
|
<LinearLayout
|
||||||
|
android:id="@+id/conversation_operation_mark_as_read"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="@dimen/bottom_sheet_item_height"
|
||||||
android:layout_gravity="start|center_vertical"
|
android:gravity="center_vertical"
|
||||||
android:paddingStart="40dp"
|
android:orientation="horizontal"
|
||||||
android:paddingEnd="@dimen/zero"
|
tools:ignore="UseCompoundDrawables">
|
||||||
android:text="@string/nc_mark_as_read"
|
|
||||||
android:textAlignment="viewStart"
|
|
||||||
android:textColor="@color/high_emphasis_text"
|
|
||||||
android:textSize="@dimen/bottom_sheet_text_size" />
|
|
||||||
</LinearLayout>
|
|
||||||
|
|
||||||
<LinearLayout
|
<ImageView
|
||||||
android:id="@+id/conversation_operation_rename"
|
android:layout_width="wrap_content"
|
||||||
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
||||||
android:layout_height="@dimen/bottom_sheet_item_height"
|
android:contentDescription="@null"
|
||||||
android:gravity="center_vertical"
|
android:src="@drawable/ic_eye"
|
||||||
android:orientation="horizontal"
|
app:tint="@color/grey_600" />
|
||||||
tools:ignore="UseCompoundDrawables">
|
|
||||||
|
|
||||||
<ImageView
|
<androidx.appcompat.widget.AppCompatTextView
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:contentDescription="@null"
|
android:layout_gravity="start|center_vertical"
|
||||||
android:src="@drawable/ic_pencil_grey600_24dp"
|
android:paddingStart="40dp"
|
||||||
app:tint="@color/grey_600" />
|
android:paddingEnd="@dimen/zero"
|
||||||
|
android:text="@string/nc_mark_as_read"
|
||||||
|
android:textAlignment="viewStart"
|
||||||
|
android:textColor="@color/high_emphasis_text"
|
||||||
|
android:textSize="@dimen/bottom_sheet_text_size" />
|
||||||
|
</LinearLayout>
|
||||||
|
|
||||||
<androidx.appcompat.widget.AppCompatTextView
|
<LinearLayout
|
||||||
|
android:id="@+id/conversation_operation_rename"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="@dimen/bottom_sheet_item_height"
|
||||||
android:layout_gravity="start|center_vertical"
|
android:gravity="center_vertical"
|
||||||
android:paddingStart="40dp"
|
android:orientation="horizontal"
|
||||||
android:paddingEnd="@dimen/zero"
|
tools:ignore="UseCompoundDrawables">
|
||||||
android:text="@string/nc_rename"
|
|
||||||
android:textAlignment="viewStart"
|
|
||||||
android:textColor="@color/high_emphasis_text"
|
|
||||||
android:textSize="@dimen/bottom_sheet_text_size" />
|
|
||||||
</LinearLayout>
|
|
||||||
|
|
||||||
<LinearLayout
|
<ImageView
|
||||||
android:id="@+id/conversation_operation_make_public"
|
android:layout_width="wrap_content"
|
||||||
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
||||||
android:layout_height="@dimen/bottom_sheet_item_height"
|
android:contentDescription="@null"
|
||||||
android:gravity="center_vertical"
|
android:src="@drawable/ic_pencil_grey600_24dp"
|
||||||
android:orientation="horizontal"
|
app:tint="@color/grey_600" />
|
||||||
tools:ignore="UseCompoundDrawables">
|
|
||||||
|
|
||||||
<ImageView
|
<androidx.appcompat.widget.AppCompatTextView
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:contentDescription="@null"
|
android:layout_gravity="start|center_vertical"
|
||||||
android:src="@drawable/ic_link_grey600_24px"
|
android:paddingStart="40dp"
|
||||||
app:tint="@color/grey_600" />
|
android:paddingEnd="@dimen/zero"
|
||||||
|
android:text="@string/nc_rename"
|
||||||
|
android:textAlignment="viewStart"
|
||||||
|
android:textColor="@color/high_emphasis_text"
|
||||||
|
android:textSize="@dimen/bottom_sheet_text_size" />
|
||||||
|
</LinearLayout>
|
||||||
|
|
||||||
<androidx.appcompat.widget.AppCompatTextView
|
<LinearLayout
|
||||||
|
android:id="@+id/conversation_operation_make_public"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="@dimen/bottom_sheet_item_height"
|
||||||
android:layout_gravity="start|center_vertical"
|
android:gravity="center_vertical"
|
||||||
android:paddingStart="40dp"
|
android:orientation="horizontal"
|
||||||
android:paddingEnd="@dimen/zero"
|
tools:ignore="UseCompoundDrawables">
|
||||||
android:text="@string/nc_make_call_public"
|
|
||||||
android:textAlignment="viewStart"
|
|
||||||
android:textColor="@color/high_emphasis_text"
|
|
||||||
android:textSize="@dimen/bottom_sheet_text_size" />
|
|
||||||
</LinearLayout>
|
|
||||||
|
|
||||||
<LinearLayout
|
<ImageView
|
||||||
android:id="@+id/conversation_operation_change_password"
|
android:layout_width="wrap_content"
|
||||||
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
||||||
android:layout_height="@dimen/bottom_sheet_item_height"
|
android:contentDescription="@null"
|
||||||
android:gravity="center_vertical"
|
android:src="@drawable/ic_link_grey600_24px"
|
||||||
android:orientation="horizontal"
|
app:tint="@color/grey_600" />
|
||||||
tools:ignore="UseCompoundDrawables">
|
|
||||||
|
|
||||||
<ImageView
|
<androidx.appcompat.widget.AppCompatTextView
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:contentDescription="@null"
|
android:layout_gravity="start|center_vertical"
|
||||||
android:src="@drawable/ic_lock_grey600_24px"
|
android:paddingStart="40dp"
|
||||||
app:tint="@color/grey_600" />
|
android:paddingEnd="@dimen/zero"
|
||||||
|
android:text="@string/nc_make_call_public"
|
||||||
|
android:textAlignment="viewStart"
|
||||||
|
android:textColor="@color/high_emphasis_text"
|
||||||
|
android:textSize="@dimen/bottom_sheet_text_size" />
|
||||||
|
</LinearLayout>
|
||||||
|
|
||||||
<androidx.appcompat.widget.AppCompatTextView
|
<LinearLayout
|
||||||
|
android:id="@+id/conversation_operation_change_password"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="@dimen/bottom_sheet_item_height"
|
||||||
android:layout_gravity="start|center_vertical"
|
android:gravity="center_vertical"
|
||||||
android:paddingStart="40dp"
|
android:orientation="horizontal"
|
||||||
android:paddingEnd="@dimen/zero"
|
tools:ignore="UseCompoundDrawables">
|
||||||
android:text="@string/nc_change_password"
|
|
||||||
android:textAlignment="viewStart"
|
|
||||||
android:textColor="@color/high_emphasis_text"
|
|
||||||
android:textSize="@dimen/bottom_sheet_text_size" />
|
|
||||||
</LinearLayout>
|
|
||||||
|
|
||||||
<LinearLayout
|
<ImageView
|
||||||
android:id="@+id/conversation_operation_clear_password"
|
android:layout_width="wrap_content"
|
||||||
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
||||||
android:layout_height="@dimen/bottom_sheet_item_height"
|
android:contentDescription="@null"
|
||||||
android:gravity="center_vertical"
|
android:src="@drawable/ic_lock_grey600_24px"
|
||||||
android:orientation="horizontal"
|
app:tint="@color/grey_600" />
|
||||||
tools:ignore="UseCompoundDrawables">
|
|
||||||
|
|
||||||
<ImageView
|
<androidx.appcompat.widget.AppCompatTextView
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:contentDescription="@null"
|
android:layout_gravity="start|center_vertical"
|
||||||
android:src="@drawable/ic_lock_open_grey600_24dp"
|
android:paddingStart="40dp"
|
||||||
app:tint="@color/grey_600" />
|
android:paddingEnd="@dimen/zero"
|
||||||
|
android:text="@string/nc_change_password"
|
||||||
|
android:textAlignment="viewStart"
|
||||||
|
android:textColor="@color/high_emphasis_text"
|
||||||
|
android:textSize="@dimen/bottom_sheet_text_size" />
|
||||||
|
</LinearLayout>
|
||||||
|
|
||||||
<androidx.appcompat.widget.AppCompatTextView
|
<LinearLayout
|
||||||
|
android:id="@+id/conversation_operation_clear_password"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="@dimen/bottom_sheet_item_height"
|
||||||
android:layout_gravity="start|center_vertical"
|
android:gravity="center_vertical"
|
||||||
android:paddingStart="40dp"
|
android:orientation="horizontal"
|
||||||
android:paddingEnd="@dimen/zero"
|
tools:ignore="UseCompoundDrawables">
|
||||||
android:text="@string/nc_clear_password"
|
|
||||||
android:textAlignment="viewStart"
|
|
||||||
android:textColor="@color/high_emphasis_text"
|
|
||||||
android:textSize="@dimen/bottom_sheet_text_size" />
|
|
||||||
</LinearLayout>
|
|
||||||
|
|
||||||
<LinearLayout
|
<ImageView
|
||||||
android:id="@+id/conversation_operation_set_password"
|
android:layout_width="wrap_content"
|
||||||
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
||||||
android:layout_height="@dimen/bottom_sheet_item_height"
|
android:contentDescription="@null"
|
||||||
android:gravity="center_vertical"
|
android:src="@drawable/ic_lock_open_grey600_24dp"
|
||||||
android:orientation="horizontal"
|
app:tint="@color/grey_600" />
|
||||||
tools:ignore="UseCompoundDrawables">
|
|
||||||
|
|
||||||
<ImageView
|
<androidx.appcompat.widget.AppCompatTextView
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:contentDescription="@null"
|
android:layout_gravity="start|center_vertical"
|
||||||
android:src="@drawable/ic_lock_plus_grey600_24dp"
|
android:paddingStart="40dp"
|
||||||
app:tint="@color/grey_600" />
|
android:paddingEnd="@dimen/zero"
|
||||||
|
android:text="@string/nc_clear_password"
|
||||||
|
android:textAlignment="viewStart"
|
||||||
|
android:textColor="@color/high_emphasis_text"
|
||||||
|
android:textSize="@dimen/bottom_sheet_text_size" />
|
||||||
|
</LinearLayout>
|
||||||
|
|
||||||
<androidx.appcompat.widget.AppCompatTextView
|
<LinearLayout
|
||||||
|
android:id="@+id/conversation_operation_set_password"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="@dimen/bottom_sheet_item_height"
|
||||||
android:layout_gravity="start|center_vertical"
|
android:gravity="center_vertical"
|
||||||
android:paddingStart="40dp"
|
android:orientation="horizontal"
|
||||||
android:paddingEnd="@dimen/zero"
|
tools:ignore="UseCompoundDrawables">
|
||||||
android:text="@string/nc_set_password"
|
|
||||||
android:textAlignment="viewStart"
|
|
||||||
android:textColor="@color/high_emphasis_text"
|
|
||||||
android:textSize="@dimen/bottom_sheet_text_size" />
|
|
||||||
</LinearLayout>
|
|
||||||
|
|
||||||
<LinearLayout
|
<ImageView
|
||||||
android:id="@+id/conversation_operation_delete"
|
android:layout_width="wrap_content"
|
||||||
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
||||||
android:layout_height="@dimen/bottom_sheet_item_height"
|
android:contentDescription="@null"
|
||||||
android:gravity="center_vertical"
|
android:src="@drawable/ic_lock_plus_grey600_24dp"
|
||||||
android:orientation="horizontal"
|
app:tint="@color/grey_600" />
|
||||||
tools:ignore="UseCompoundDrawables">
|
|
||||||
|
|
||||||
<ImageView
|
<androidx.appcompat.widget.AppCompatTextView
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:contentDescription="@null"
|
android:layout_gravity="start|center_vertical"
|
||||||
android:src="@drawable/ic_delete_grey600_24dp"
|
android:paddingStart="40dp"
|
||||||
app:tint="@color/grey_600" />
|
android:paddingEnd="@dimen/zero"
|
||||||
|
android:text="@string/nc_set_password"
|
||||||
|
android:textAlignment="viewStart"
|
||||||
|
android:textColor="@color/high_emphasis_text"
|
||||||
|
android:textSize="@dimen/bottom_sheet_text_size" />
|
||||||
|
</LinearLayout>
|
||||||
|
|
||||||
<androidx.appcompat.widget.AppCompatTextView
|
<LinearLayout
|
||||||
|
android:id="@+id/conversation_operation_delete"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="@dimen/bottom_sheet_item_height"
|
||||||
android:layout_gravity="start|center_vertical"
|
android:gravity="center_vertical"
|
||||||
android:paddingStart="40dp"
|
android:orientation="horizontal"
|
||||||
android:paddingEnd="@dimen/zero"
|
tools:ignore="UseCompoundDrawables">
|
||||||
android:text="@string/nc_delete_call"
|
|
||||||
android:textAlignment="viewStart"
|
|
||||||
android:textColor="@color/high_emphasis_text"
|
|
||||||
android:textSize="@dimen/bottom_sheet_text_size" />
|
|
||||||
</LinearLayout>
|
|
||||||
|
|
||||||
<LinearLayout
|
<ImageView
|
||||||
android:id="@+id/conversation_operation_share_link"
|
android:layout_width="wrap_content"
|
||||||
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
||||||
android:layout_height="@dimen/bottom_sheet_item_height"
|
android:contentDescription="@null"
|
||||||
android:gravity="center_vertical"
|
android:src="@drawable/ic_delete_grey600_24dp"
|
||||||
android:orientation="horizontal"
|
app:tint="@color/grey_600" />
|
||||||
tools:ignore="UseCompoundDrawables">
|
|
||||||
|
|
||||||
<ImageView
|
<androidx.appcompat.widget.AppCompatTextView
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:contentDescription="@null"
|
android:layout_gravity="start|center_vertical"
|
||||||
android:src="@drawable/ic_link_grey600_24px"
|
android:paddingStart="40dp"
|
||||||
app:tint="@color/grey_600" />
|
android:paddingEnd="@dimen/zero"
|
||||||
|
android:text="@string/nc_delete_call"
|
||||||
|
android:textAlignment="viewStart"
|
||||||
|
android:textColor="@color/high_emphasis_text"
|
||||||
|
android:textSize="@dimen/bottom_sheet_text_size" />
|
||||||
|
</LinearLayout>
|
||||||
|
|
||||||
<androidx.appcompat.widget.AppCompatTextView
|
<LinearLayout
|
||||||
|
android:id="@+id/conversation_operation_share_link"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="@dimen/bottom_sheet_item_height"
|
||||||
android:layout_gravity="start|center_vertical"
|
android:gravity="center_vertical"
|
||||||
android:paddingStart="40dp"
|
android:orientation="horizontal"
|
||||||
android:paddingEnd="@dimen/zero"
|
tools:ignore="UseCompoundDrawables">
|
||||||
android:text="@string/nc_share_link"
|
|
||||||
android:textAlignment="viewStart"
|
|
||||||
android:textColor="@color/high_emphasis_text"
|
|
||||||
android:textSize="@dimen/bottom_sheet_text_size" />
|
|
||||||
</LinearLayout>
|
|
||||||
|
|
||||||
<LinearLayout
|
<ImageView
|
||||||
android:id="@+id/conversation_operation_make_private"
|
android:layout_width="wrap_content"
|
||||||
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
||||||
android:layout_height="@dimen/bottom_sheet_item_height"
|
android:contentDescription="@null"
|
||||||
android:gravity="center_vertical"
|
android:src="@drawable/ic_link_grey600_24px"
|
||||||
android:orientation="horizontal"
|
app:tint="@color/grey_600" />
|
||||||
tools:ignore="UseCompoundDrawables">
|
|
||||||
|
|
||||||
<ImageView
|
<androidx.appcompat.widget.AppCompatTextView
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:contentDescription="@null"
|
android:layout_gravity="start|center_vertical"
|
||||||
android:src="@drawable/ic_group_grey600_24px"
|
android:paddingStart="40dp"
|
||||||
app:tint="@color/grey_600" />
|
android:paddingEnd="@dimen/zero"
|
||||||
|
android:text="@string/nc_share_link"
|
||||||
|
android:textAlignment="viewStart"
|
||||||
|
android:textColor="@color/high_emphasis_text"
|
||||||
|
android:textSize="@dimen/bottom_sheet_text_size" />
|
||||||
|
</LinearLayout>
|
||||||
|
|
||||||
<androidx.appcompat.widget.AppCompatTextView
|
<LinearLayout
|
||||||
|
android:id="@+id/conversation_operation_make_private"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="@dimen/bottom_sheet_item_height"
|
||||||
android:layout_gravity="start|center_vertical"
|
android:gravity="center_vertical"
|
||||||
android:paddingStart="40dp"
|
android:orientation="horizontal"
|
||||||
android:paddingEnd="@dimen/zero"
|
tools:ignore="UseCompoundDrawables">
|
||||||
android:text="@string/nc_make_call_private"
|
|
||||||
android:textAlignment="viewStart"
|
|
||||||
android:textColor="@color/high_emphasis_text"
|
|
||||||
android:textSize="@dimen/bottom_sheet_text_size" />
|
|
||||||
</LinearLayout>
|
|
||||||
|
|
||||||
<LinearLayout
|
<ImageView
|
||||||
android:id="@+id/conversation_operation_leave"
|
android:layout_width="wrap_content"
|
||||||
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
||||||
android:layout_height="@dimen/bottom_sheet_item_height"
|
android:contentDescription="@null"
|
||||||
android:gravity="center_vertical"
|
android:src="@drawable/ic_group_grey600_24px"
|
||||||
android:orientation="horizontal"
|
app:tint="@color/grey_600" />
|
||||||
tools:ignore="UseCompoundDrawables">
|
|
||||||
|
|
||||||
<ImageView
|
<androidx.appcompat.widget.AppCompatTextView
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:contentDescription="@null"
|
android:layout_gravity="start|center_vertical"
|
||||||
android:src="@drawable/ic_exit_to_app_black_24dp"
|
android:paddingStart="40dp"
|
||||||
app:tint="@color/grey_600" />
|
android:paddingEnd="@dimen/zero"
|
||||||
|
android:text="@string/nc_make_call_private"
|
||||||
|
android:textAlignment="viewStart"
|
||||||
|
android:textColor="@color/high_emphasis_text"
|
||||||
|
android:textSize="@dimen/bottom_sheet_text_size" />
|
||||||
|
</LinearLayout>
|
||||||
|
|
||||||
<androidx.appcompat.widget.AppCompatTextView
|
<LinearLayout
|
||||||
|
android:id="@+id/conversation_operation_leave"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="@dimen/bottom_sheet_item_height"
|
||||||
android:layout_gravity="start|center_vertical"
|
android:gravity="center_vertical"
|
||||||
android:paddingStart="40dp"
|
android:orientation="horizontal"
|
||||||
android:paddingEnd="@dimen/zero"
|
tools:ignore="UseCompoundDrawables">
|
||||||
android:text="@string/nc_leave"
|
|
||||||
android:textAlignment="viewStart"
|
<ImageView
|
||||||
android:textColor="@color/high_emphasis_text"
|
android:layout_width="wrap_content"
|
||||||
android:textSize="@dimen/bottom_sheet_text_size" />
|
android:layout_height="wrap_content"
|
||||||
|
android:contentDescription="@null"
|
||||||
|
android:src="@drawable/ic_exit_to_app_black_24dp"
|
||||||
|
app:tint="@color/grey_600" />
|
||||||
|
|
||||||
|
<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_leave"
|
||||||
|
android:textAlignment="viewStart"
|
||||||
|
android:textColor="@color/high_emphasis_text"
|
||||||
|
android:textSize="@dimen/bottom_sheet_text_size" />
|
||||||
|
</LinearLayout>
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
Loading…
Reference in New Issue
Block a user