res/layout/contactlistsettings.xml
changeset 110 f9be2a11c4c1
parent 88 7b2a869e9ef8
child 111 d0fab932cb6e
equal deleted inserted replaced
109:ec30f9790f83 110:f9be2a11c4c1
    80                   android:scrollHorizontally="true"/>
    80                   android:scrollHorizontally="true"/>
    81     </LinearLayout>
    81     </LinearLayout>
    82 
    82 
    83     <Button android:id="@+id/ok"
    83     <Button android:id="@+id/ok"
    84             android:layout_width="fill_parent"
    84             android:layout_width="fill_parent"
    85             android:layout_height="fill_parent"
    85             android:layout_height="wrap_content"
    86             android:text="OK">
    86             android:text="OK">
    87         <requestFocus/>
    87         <requestFocus/>
    88     </Button>
    88     </Button>
    89 </LinearLayout>
    89 </LinearLayout>