res/layout/contactlist.xml
changeset 415 164c96b9e98b
parent 378 735a00bd56cb
child 423 32d2c5840a8c
equal deleted inserted replaced
410:60e54a934da2 415:164c96b9e98b
     1 <?xml version="1.0" encoding="utf-8"?>
     1 <?xml version="1.0" encoding="utf-8"?>
     2 <LinearLayout android:id="@+id/linlayoutBase"
     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" xmlns:android="http://schemas.android.com/apk/res/android">
     4 	android:orientation="vertical">
     5 
     5 
     6 	<Gallery xmlns:android="http://schemas.android.com/apk/res/android"
     6 	<Gallery xmlns:android="http://schemas.android.com/apk/res/android"
     7 		android:id="@+id/gallery" android:layout_width="fill_parent"
     7 		android:id="@+id/gallery" android:layout_width="fill_parent"
     8 		android:layout_height="wrap_content" android:spacing="50px" />
     8 		android:layout_height="wrap_content" android:spacing="50px" />
     9 
     9