mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-20 12:09:45 +01:00
revert layout change
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
142c362474
commit
59d821c211
@ -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"
|
||||||
@ -364,4 +371,6 @@
|
|||||||
android:textSize="@dimen/bottom_sheet_text_size" />
|
android:textSize="@dimen/bottom_sheet_text_size" />
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
|
</LinearLayout>
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
Loading…
Reference in New Issue
Block a user