revert layout change

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2022-02-15 12:01:25 +01:00 committed by Marcel Hibbe
parent 142c362474
commit 59d821c211
No known key found for this signature in database
GPG Key ID: C793F8B59F43CE7B

View File

@ -40,6 +40,13 @@
android:textSize="@dimen/bottom_sheet_text_size" android:textSize="@dimen/bottom_sheet_text_size"
tools:text="conversation name" /> tools:text="conversation name" />
<LinearLayout
android:id="@+id/operation_items_layout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
tools:ignore="UseCompoundDrawables">
<LinearLayout <LinearLayout
android:id="@+id/conversation_operation_remove_favorite" android:id="@+id/conversation_operation_remove_favorite"
android:layout_width="match_parent" android:layout_width="match_parent"
@ -365,3 +372,5 @@
</LinearLayout> </LinearLayout>
</LinearLayout> </LinearLayout>
</LinearLayout>