Эх сурвалжийг харах

File actions bottom sheet: fix misplaced creators block

This caused the creators to be invisible

Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
Álvaro Brey 2 жил өмнө
parent
commit
e9ae7dccce

+ 5 - 7
app/src/main/res/layout/file_list_actions_bottom_sheet_fragment.xml

@@ -288,13 +288,6 @@
                 android:textColor="@color/text_color"
                 android:textSize="@dimen/bottom_sheet_text_size" />
         </LinearLayout>
-
-        <LinearLayout
-            android:id="@+id/creators"
-            android:layout_width="match_parent"
-            android:layout_height="wrap_content"
-            android:orientation="vertical"></LinearLayout>
-
     </LinearLayout>
 
     <LinearLayout
@@ -304,6 +297,11 @@
         android:orientation="vertical"
         android:visibility="gone"
         tools:visibility="visible">
+        <LinearLayout
+            android:id="@+id/creators"
+            android:layout_width="match_parent"
+            android:layout_height="wrap_content"
+            android:orientation="vertical" />
     </LinearLayout>
 
     <View