mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-03-24 23:40:06 +01:00
added ScrollView as parent to fix issues in landscape mode
This commit is contained in:
parent
39041a95ad
commit
ea19938482
@ -1,6 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout
|
||||
<ScrollView
|
||||
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:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
@ -58,3 +61,4 @@
|
||||
android:text="@string/portraits"/>
|
||||
|
||||
</LinearLayout>
|
||||
</ScrollView>
|
||||
|
Loading…
x
Reference in New Issue
Block a user