Merge branch 'patch-dialog-filter-media' of https://github.com/GobinathAL/Simple-Gallery

This commit is contained in:
tibbi 2021-06-18 10:02:35 +02:00
commit 8c21164de3

View file

@ -1,6 +1,9 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<LinearLayout <ScrollView
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<LinearLayout
android:id="@+id/filter_media_dialog_holder" android:id="@+id/filter_media_dialog_holder"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
@ -58,3 +61,4 @@
android:text="@string/portraits"/> android:text="@string/portraits"/>
</LinearLayout> </LinearLayout>
</ScrollView>