make Save As dialog scrollable

This commit is contained in:
tibbi 2017-11-20 17:16:47 +01:00
parent 06cc0f37e7
commit 0208a424e2

View File

@ -1,9 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<ScrollView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/save_image_wrapper"
android:layout_width="match_parent"
android:layout_height="match_parent">
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/save_image_holder"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:paddingLeft="@dimen/activity_margin"
android:paddingRight="@dimen/activity_margin"
@ -72,3 +78,4 @@
</RadioGroup>
</LinearLayout>
</ScrollView>