res/layout/contactlistsettings.xml
changeset 117 40a48262a670
parent 114 a40f65ceeb1a
child 145 70b67bdac4fc
--- 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