aboutsummaryrefslogtreecommitdiff
path: root/demokit/app/res/layout/output_tablet.xml
blob: bca2a7bcfb8892c292d484f03c9122a3b2b32a5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
	android:layout_width="match_parent" android:layout_height="wrap_content"
	android:orientation="vertical" android:layout_weight="1">
	<include layout="@layout/servo_tablet" android:id="@+id/servo_tablet"
		android:layout_width="match_parent" android:layout_height="wrap_content"
		android:layout_weight="0" android:layout_gravity="center_vertical" />
	<include layout="@layout/relay_tablet" android:layout_width="fill_parent" android:layout_weight="0" 
		android:layout_height="wrap_content" />
	<include layout="@layout/leds_tablet" android:layout_width="match_parent" android:layout_weight="1" 
		android:layout_height="wrap_content" />
</LinearLayout>