فهرست منبع

Merge pull request #6805 from nextcloud/ezaquarii/fix-unresponsive-audio-player-controls-with-linear-layout

Fix unresponsive preview player controls
Tobias Kaminsky 4 سال پیش
والد
کامیت
c149813e2b
1فایلهای تغییر یافته به همراه2 افزوده شده و 5 حذف شده
  1. 2 5
      src/main/res/layout/file_preview.xml

+ 2 - 5
src/main/res/layout/file_preview.xml

@@ -68,13 +68,10 @@
             android:layout_margin="@dimen/standard_margin" />
     </RelativeLayout>
 
-
-    <ScrollView
+    <FrameLayout
         android:layout_width="match_parent"
         android:layout_height="match_parent">
-
         <include layout="@layout/empty_list" />
-    </ScrollView>
-
+    </FrameLayout>
 
 </RelativeLayout>