--- a/res/layout/contactlistsettings.xml Wed Apr 22 15:19:42 2009 +0200
+++ b/res/layout/contactlistsettings.xml Wed Apr 22 18:50:11 2009 +0200
@@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
+ android:orientation="vertical" android:layout_width="fill_parent"
+ android:layout_height="fill_parent">
+<LinearLayout
android:orientation="vertical" android:layout_width="fill_parent"
android:layout_height="fill_parent">
@@ -104,4 +107,5 @@
<requestFocus />
</Button>
-</LinearLayout>
\ No newline at end of file
+</LinearLayout>
+</ScrollView>
\ No newline at end of file