2012-11-20 15:23:54 -05:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
2015-02-09 10:11:26 -05:00
|
|
|
<LinearLayout style="@style/CppMain.Onscreen"
|
|
|
|
xmlns:a="http://schemas.android.com/apk/res/android"
|
|
|
|
a:orientation="vertical">
|
2013-06-14 16:31:49 -04:00
|
|
|
|
|
|
|
<include
|
2015-02-09 10:11:26 -05:00
|
|
|
a:id="@+id/onscreen_header"
|
|
|
|
layout="@layout/onscreen_header" />
|
2013-06-14 16:31:49 -04:00
|
|
|
|
|
|
|
<LinearLayout
|
2015-02-09 10:11:26 -05:00
|
|
|
a:id="@+id/onscreen_content"
|
|
|
|
a:layout_width="match_parent"
|
|
|
|
a:layout_height="match_parent"
|
|
|
|
a:orientation="vertical">
|
2013-06-14 16:31:49 -04:00
|
|
|
|
|
|
|
<include
|
2015-02-09 10:11:26 -05:00
|
|
|
layout="@layout/onscreen_editor"
|
|
|
|
a:layout_width="match_parent"
|
|
|
|
a:layout_height="wrap_content" />
|
2013-06-14 16:31:49 -04:00
|
|
|
|
|
|
|
<LinearLayout
|
2015-02-09 10:11:26 -05:00
|
|
|
a:layout_width="match_parent"
|
|
|
|
a:layout_height="0dp"
|
|
|
|
a:layout_weight="1">
|
2013-06-14 16:31:49 -04:00
|
|
|
|
|
|
|
<include
|
2015-02-09 10:11:26 -05:00
|
|
|
layout="@layout/cpp_simple_button_equals"
|
|
|
|
a:layout_width="0dp"
|
|
|
|
a:layout_height="match_parent"
|
|
|
|
a:layout_weight="1" />
|
2013-06-14 16:31:49 -04:00
|
|
|
|
|
|
|
<include
|
2015-02-09 10:11:26 -05:00
|
|
|
layout="@layout/onscreen_display"
|
|
|
|
a:layout_width="0dp"
|
|
|
|
a:layout_height="wrap_content"
|
|
|
|
a:layout_weight="4" />
|
2012-11-21 09:34:58 -05:00
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
2013-06-14 16:31:49 -04:00
|
|
|
<include
|
2015-02-09 10:11:26 -05:00
|
|
|
layout="@layout/onscreen_keyboard"
|
|
|
|
a:layout_width="match_parent"
|
|
|
|
a:layout_height="0dp"
|
|
|
|
a:layout_weight="4" />
|
2012-11-21 09:34:58 -05:00
|
|
|
</LinearLayout>
|
2012-11-20 15:23:54 -05:00
|
|
|
|
2015-02-09 10:11:26 -05:00
|
|
|
<include layout="@layout/onscreen_footer" />
|
2012-11-21 03:16:33 -05:00
|
|
|
|
2012-11-20 15:23:54 -05:00
|
|
|
</LinearLayout>
|