aboutsummaryrefslogtreecommitdiff
path: root/demokit/app/res/layout/servo_tablet.xml
blob: 23c6ee8787b4480a5fd54ef2731260ee1ae32583 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" 
	android:layout_width="fill_parent" android:orientation="horizontal"
	android:layout_height="wrap_content"
	android:padding="20dip">
	<include layout="@layout/servo" android:id="@+id/servo1"
		android:layout_width="fill_parent" android:layout_height="wrap_content"
		android:layout_weight="1" />
	<include layout="@layout/servo" android:id="@+id/servo2"
		android:layout_weight="1" android:layout_width="fill_parent"
		android:layout_height="wrap_content" />
	<include layout="@layout/servo" android:id="@+id/servo3"
		android:layout_weight="1" android:layout_width="fill_parent"
		android:layout_height="wrap_content" />
</LinearLayout>