wrap the custom event reminder dialog in a scrollview

This commit is contained in:
tibbi 2017-02-19 13:57:03 +01:00
parent 08c921d0c9
commit 60d5343266
1 changed files with 44 additions and 38 deletions

View File

@ -1,6 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
<ScrollView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/dialog_custom_reminder_scrollview"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<LinearLayout
android:id="@+id/dialog_custom_reminder_holder"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@ -50,4 +55,5 @@
android:text="@string/days_raw"/>
</RadioGroup>
</LinearLayout>
</LinearLayout>
</ScrollView>