2012-11-23 08:39:58 -05:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
|
|
<LinearLayout xmlns:a="http://schemas.android.com/apk/res/android"
|
2013-06-26 04:22:07 -04:00
|
|
|
a:layout_width="match_parent"
|
|
|
|
a:layout_height="match_parent"
|
|
|
|
a:orientation="vertical">
|
2012-11-23 08:39:58 -05:00
|
|
|
|
2013-06-14 16:31:49 -04:00
|
|
|
<LinearLayout
|
2013-06-26 04:22:07 -04:00
|
|
|
a:layout_weight="1"
|
|
|
|
a:layout_width="match_parent"
|
|
|
|
a:layout_height="0dp">
|
2012-11-23 08:39:58 -05:00
|
|
|
|
2013-06-26 04:22:07 -04:00
|
|
|
<include layout="@layout/cpp_simple_button_7"/>
|
2012-11-23 08:39:58 -05:00
|
|
|
|
2013-06-26 04:22:07 -04:00
|
|
|
<include layout="@layout/cpp_simple_button_8"/>
|
2012-11-23 08:39:58 -05:00
|
|
|
|
2013-06-26 04:22:07 -04:00
|
|
|
<include layout="@layout/cpp_simple_button_9"/>
|
2012-11-23 08:39:58 -05:00
|
|
|
|
2013-06-26 04:22:07 -04:00
|
|
|
<include layout="@layout/cpp_simple_button_multiplication"/>
|
2013-06-14 16:31:49 -04:00
|
|
|
|
2013-06-26 04:22:07 -04:00
|
|
|
<include layout="@layout/cpp_simple_button_erase"/>
|
2013-06-14 16:31:49 -04:00
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<LinearLayout
|
2013-06-26 04:22:07 -04:00
|
|
|
a:layout_weight="1"
|
|
|
|
a:layout_width="match_parent"
|
|
|
|
a:layout_height="0dp">
|
2013-06-14 16:31:49 -04:00
|
|
|
|
2013-06-26 04:22:07 -04:00
|
|
|
<include layout="@layout/cpp_simple_button_4"/>
|
2013-06-14 16:31:49 -04:00
|
|
|
|
2013-06-26 04:22:07 -04:00
|
|
|
<include layout="@layout/cpp_simple_button_5"/>
|
2013-06-14 16:31:49 -04:00
|
|
|
|
2013-06-26 04:22:07 -04:00
|
|
|
<include layout="@layout/cpp_simple_button_6"/>
|
2013-06-14 16:31:49 -04:00
|
|
|
|
2013-06-26 04:22:07 -04:00
|
|
|
<include layout="@layout/cpp_simple_button_division"/>
|
2013-06-14 16:31:49 -04:00
|
|
|
|
2013-06-26 04:22:07 -04:00
|
|
|
<include layout="@layout/cpp_simple_button_percent"/>
|
2012-11-23 08:39:58 -05:00
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
2013-06-14 16:31:49 -04:00
|
|
|
<LinearLayout
|
2013-06-26 04:22:07 -04:00
|
|
|
a:layout_weight="1"
|
|
|
|
a:layout_width="match_parent"
|
|
|
|
a:layout_height="0dp">
|
2013-06-14 16:31:49 -04:00
|
|
|
|
2013-06-26 04:22:07 -04:00
|
|
|
<include layout="@layout/cpp_simple_button_1"/>
|
2013-06-14 16:31:49 -04:00
|
|
|
|
2013-06-26 04:22:07 -04:00
|
|
|
<include layout="@layout/cpp_simple_button_2"/>
|
2013-06-14 16:31:49 -04:00
|
|
|
|
2013-06-26 04:22:07 -04:00
|
|
|
<include layout="@layout/cpp_simple_button_3"/>
|
2013-06-14 16:31:49 -04:00
|
|
|
|
2013-06-26 04:22:07 -04:00
|
|
|
<include layout="@layout/cpp_simple_button_plus"/>
|
2013-06-14 16:31:49 -04:00
|
|
|
|
2013-06-26 04:22:07 -04:00
|
|
|
<include layout="@layout/cpp_simple_button_power"/>
|
2013-06-14 16:31:49 -04:00
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<LinearLayout
|
2013-06-26 04:22:07 -04:00
|
|
|
a:layout_weight="1"
|
|
|
|
a:layout_width="match_parent"
|
|
|
|
a:layout_height="0dp">
|
2013-06-14 16:31:49 -04:00
|
|
|
|
2013-06-26 04:22:07 -04:00
|
|
|
<include layout="@layout/cpp_simple_button_round_brackets"/>
|
2013-06-14 16:31:49 -04:00
|
|
|
|
2013-06-26 04:22:07 -04:00
|
|
|
<include layout="@layout/cpp_simple_button_0"/>
|
2012-11-23 08:39:58 -05:00
|
|
|
|
2013-06-26 04:22:07 -04:00
|
|
|
<include layout="@layout/cpp_simple_button_dot"/>
|
2012-11-23 08:39:58 -05:00
|
|
|
|
2013-06-26 04:22:07 -04:00
|
|
|
<include layout="@layout/cpp_simple_button_subtraction"/>
|
2012-11-23 08:39:58 -05:00
|
|
|
|
2013-06-26 04:22:07 -04:00
|
|
|
<include layout="@layout/cpp_simple_button_app"/>
|
2012-11-23 08:39:58 -05:00
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
2013-06-14 16:31:49 -04:00
|
|
|
<!-- <LinearLayout a:layout_weight="1"
|
|
|
|
a:layout_width="match_parent"
|
|
|
|
a:layout_height="0dp">
|
2012-11-23 08:39:58 -05:00
|
|
|
|
2013-06-14 16:31:49 -04:00
|
|
|
<include layout="@layout/widget_left_button"/>
|
|
|
|
<include layout="@layout/widget_right_button"/>
|
|
|
|
<include layout="@layout/widget_vars_button"/>
|
|
|
|
<include layout="@layout/widget_functions_button"/>
|
|
|
|
<include layout="@layout/widget_app_button"/>
|
|
|
|
<include layout="@layout/widget_history_button"/>
|
2012-11-23 08:39:58 -05:00
|
|
|
|
2013-06-14 16:31:49 -04:00
|
|
|
</LinearLayout>-->
|
2012-11-23 08:39:58 -05:00
|
|
|
|
|
|
|
</LinearLayout>
|