Revision b722cab3 res/layout/list_servers.xml

b/res/layout/list_servers.xml
1 1
<?xml version="1.0" encoding="utf-8"?>
2 2
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3 3
	android:orientation="vertical" android:layout_width="fill_parent"
4
	android:layout_height="fill_parent" android:background="@drawable/rack_bg_transparent">
5
	<ImageView android:id="@+id/headerimage"
6
		android:layout_width="wrap_content" android:layout_height="80dip"></ImageView>
4
	android:layout_height="fill_parent">
7 5
	<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
8 6
		android:layout_width="fill_parent" android:layout_height="fill_parent">
9 7
		<ListView android:id="@+id/android:list"
10 8
			android:layout_width="fill_parent" android:cacheColorHint="@android:color/transparent" android:layout_height="417dp"/>
11 9
	</LinearLayout>
12
	<ImageView android:id="@+id/headerimage"
13
		android:layout_width="wrap_content" android:layout_height="25dip"></ImageView>
14 10
</LinearLayout>
15 11

  
16 12
  

Also available in: Unified diff