aboutsummaryrefslogtreecommitdiff
path: root/app/res/layout-xlarge-land/main.xml
blob: 4ba55690c4ef3067493cb25b0a686b9ed2c7756e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
	android:orientation="horizontal" android:layout_width="match_parent"
	android:layout_height="match_parent" android:paddingLeft="20dip"
	android:paddingBottom="80dip" android:layout_weight="1" android:background="@drawable/background_holo_dark">
	<include layout="@layout/inputcontainer" android:id="@+id/inputContainer"
		android:layout_width="400dip" android:layout_height="match_parent"
		android:layout_weight="0" android:layout_marginRight = "50dip"/>
	<include layout="@layout/output_tablet" android:id="@+id/outputContainer"
		android:layout_width="wrap_content" android:layout_height="wrap_content"
		android:layout_weight="1" />
</LinearLayout>