res/layout/contactlist.xml
changeset 665 01f3b7160f4b
parent 623 d33917d9800e
child 764 3d6983b46a03
equal deleted inserted replaced
658:baaee1877b2b 665:01f3b7160f4b
     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 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
     3 	android:layout_width="fill_parent" android:layout_height="fill_parent"
     3 	android:layout_width="fill_parent" android:layout_height="fill_parent"
     4 	android:orientation="vertical">
     4 	android:orientation="vertical">
     5 	<Gallery xmlns:android="http://schemas.android.com/apk/res/android"
     5 	<ViewStub android:id="@+id/contactlist_stub" android:inflatedId="@+id/contactlist_groupstub" android:layout_width="fill_parent"
     6 		android:id="@+id/contactlist_banner" android:layout_width="fill_parent"
     6 		android:layout_height="wrap_content" android:layout="@layout/contactlist_groupstub"/>
     7 		android:layout_height="42px" android:spacing="42px"
       
     8 		android:unselectedAlpha="0.4" android:background="#222222" />
       
     9 	<View android:layout_width="fill_parent" android:layout_height="2dp"
       
    10 		android:fadingEdge="horizontal" android:background="#555555" />
       
    11 	<LinearLayout android:layout_width="fill_parent"
     7 	<LinearLayout android:layout_width="fill_parent"
    12 		android:layout_height="fill_parent" android:orientation="horizontal"
     8 		android:layout_height="fill_parent" android:orientation="horizontal"
    13 		android:padding="2px">
     9 		android:padding="2px">
    14 		<ListView android:id="@+id/contactlist"
    10 		<ListView android:id="@+id/contactlist" android:layout_width="fill_parent"
    15 		    android:layout_width="fill_parent" android:layout_height="fill_parent"
    11 			android:layout_height="fill_parent" android:transcriptMode="disabled" />
    16 		    android:transcriptMode="disabled" />
       
    17 		<!-- normal should be better -->
       
    18 	</LinearLayout>
    12 	</LinearLayout>
    19 
       
    20 </LinearLayout>
    13 </LinearLayout>