|
@@ -30,13 +30,15 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
app:layout_behavior="com.google.android.material.bottomsheet.BottomSheetBehavior">
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:id="@+id/file_actions_list"
|
|
|
+ <androidx.core.widget.NestedScrollView
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:orientation="vertical">
|
|
|
- </LinearLayout>
|
|
|
+ android:layout_height="wrap_content">
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/file_actions_list"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:orientation="vertical"/>
|
|
|
+ </androidx.core.widget.NestedScrollView>
|
|
|
</FrameLayout>
|
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|