res/layout/contactlistsettings.xml
changeset 117 40a48262a670
parent 114 a40f65ceeb1a
child 145 70b67bdac4fc
equal deleted inserted replaced
116:dded6cd76f8c 117:40a48262a670
     1 <?xml version="1.0" encoding="utf-8"?>
     1 <?xml version="1.0" encoding="utf-8"?>
     2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
     2 <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
       
     3 	android:orientation="vertical" android:layout_width="fill_parent"
       
     4 	android:layout_height="fill_parent">
       
     5 <LinearLayout
     3 	android:orientation="vertical" android:layout_width="fill_parent"
     6 	android:orientation="vertical" android:layout_width="fill_parent"
     4 	android:layout_height="fill_parent">
     7 	android:layout_height="fill_parent">
     5 
     8 
     6 	<TextView android:layout_width="fill_parent"
     9 	<TextView android:layout_width="fill_parent"
     7 		android:layout_height="wrap_content" android:text="Server connection"
    10 		android:layout_height="wrap_content" android:text="Server connection"
   103 		android:text="OK">
   106 		android:text="OK">
   104 		<requestFocus />
   107 		<requestFocus />
   105 	</Button>
   108 	</Button>
   106 
   109 
   107 </LinearLayout>
   110 </LinearLayout>
       
   111 </ScrollView>