res/layout/contactlist.xml
changeset 774 1b88edb34d96
parent 764 3d6983b46a03
child 946 7caab0161cf9
equal deleted inserted replaced
773:489fde4ab7d4 774:1b88edb34d96
     6 		android:layout_height="wrap_content" android:layout="@layout/contactlist_groupstub"/>
     6 		android:layout_height="wrap_content" android:layout="@layout/contactlist_groupstub"/>
     7 	<LinearLayout android:layout_width="fill_parent"
     7 	<LinearLayout android:layout_width="fill_parent"
     8 		android:layout_height="fill_parent" android:orientation="horizontal"
     8 		android:layout_height="fill_parent" android:orientation="horizontal"
     9 		android:padding="2px">
     9 		android:padding="2px">
    10 		<ListView android:id="@+id/contactlist" android:layout_width="fill_parent"
    10 		<ListView android:id="@+id/contactlist" android:layout_width="fill_parent"
    11 			android:layout_height="fill_parent" android:transcriptMode="disabled" />
    11 		    android:layout_height="fill_parent" android:transcriptMode="disabled"
       
    12 		    android:textFilterEnabled="true" />
       
    13 
    12 	</LinearLayout>
    14 	</LinearLayout>
    13 </LinearLayout>
    15 </LinearLayout>