summaryrefslogtreecommitdiffstats
path: root/res/layout/device_profiles_settings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/device_profiles_settings.xml')
-rw-r--r--res/layout/device_profiles_settings.xml12
1 files changed, 8 insertions, 4 deletions
diff --git a/res/layout/device_profiles_settings.xml b/res/layout/device_profiles_settings.xml
index bd78bea..8df513e 100644
--- a/res/layout/device_profiles_settings.xml
+++ b/res/layout/device_profiles_settings.xml
@@ -52,10 +52,14 @@
android:textAppearance="@android:style/TextAppearance.Material.Body1"
android:textColor="?android:attr/textColorSecondary" />
- <LinearLayout
- android:id="@+id/profiles_section"
- android:orientation="vertical"
+ <ScrollView
android:layout_width="match_parent"
- android:layout_height="wrap_content" />
+ android:layout_height="wrap_content">
+ <LinearLayout
+ android:id="@+id/profiles_section"
+ android:orientation="vertical"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content" />
+ </ScrollView>
</LinearLayout>