mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-09 23:53:04 +00: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"
|
||||||
@ -365,3 +372,5 @@
|
|||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
|
</LinearLayout>
|
||||||
|
Loading…
Reference in New Issue
Block a user