2015-06-18 05:55:53 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
|
|
<!--
|
|
|
|
~ Copyright 2013 serso aka se.solovyev
|
|
|
|
~
|
|
|
|
~ Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
~ you may not use this file except in compliance with the License.
|
|
|
|
~ You may obtain a copy of the License at
|
|
|
|
~
|
|
|
|
~ http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
~
|
|
|
|
~ Unless required by applicable law or agreed to in writing, software
|
|
|
|
~ distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
~ See the License for the specific language governing permissions and
|
|
|
|
~ limitations under the License.
|
|
|
|
~
|
|
|
|
~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
~ Contact details
|
|
|
|
~
|
|
|
|
~ Email: se.solovyev@gmail.com
|
|
|
|
~ Site: http://se.solovyev.org
|
|
|
|
-->
|
|
|
|
|
|
|
|
<LinearLayout xmlns:a="http://schemas.android.com/apk/res/android"
|
2016-01-04 06:39:25 -05:00
|
|
|
a:layout_width="match_parent"
|
|
|
|
a:layout_height="match_parent"
|
|
|
|
a:orientation="vertical">
|
2015-06-18 05:55:53 -04:00
|
|
|
|
2016-01-04 06:39:25 -05:00
|
|
|
<LinearLayout
|
|
|
|
a:layout_width="match_parent"
|
|
|
|
a:layout_height="0dp"
|
|
|
|
a:layout_weight="1">
|
2015-06-18 05:55:53 -04:00
|
|
|
|
2016-01-04 06:39:25 -05:00
|
|
|
<include layout="@layout/cpp_simple_button_7_material" />
|
2015-06-18 05:55:53 -04:00
|
|
|
|
2016-01-04 06:39:25 -05:00
|
|
|
<include layout="@layout/cpp_simple_button_8_material" />
|
2015-06-18 05:55:53 -04:00
|
|
|
|
2016-01-04 06:39:25 -05:00
|
|
|
<include layout="@layout/cpp_simple_button_9_material" />
|
2015-06-18 05:55:53 -04:00
|
|
|
|
2016-01-04 06:39:25 -05:00
|
|
|
<include layout="@layout/cpp_simple_button_multiplication_material" />
|
2015-06-18 05:55:53 -04:00
|
|
|
|
2016-01-04 06:39:25 -05:00
|
|
|
<include layout="@layout/cpp_simple_button_percent_material" />
|
2015-06-18 05:55:53 -04:00
|
|
|
|
2016-01-04 06:39:25 -05:00
|
|
|
<include layout="@layout/cpp_simple_button_clear_material" />
|
2015-06-18 05:55:53 -04:00
|
|
|
|
2016-01-04 06:39:25 -05:00
|
|
|
</LinearLayout>
|
2015-06-18 05:55:53 -04:00
|
|
|
|
2016-01-04 06:39:25 -05:00
|
|
|
<LinearLayout
|
|
|
|
a:layout_width="match_parent"
|
|
|
|
a:layout_height="0dp"
|
|
|
|
a:layout_weight="1">
|
2015-06-18 05:55:53 -04:00
|
|
|
|
2016-01-04 06:39:25 -05:00
|
|
|
<include layout="@layout/cpp_simple_button_4_material" />
|
2015-06-18 05:55:53 -04:00
|
|
|
|
2016-01-04 06:39:25 -05:00
|
|
|
<include layout="@layout/cpp_simple_button_5_material" />
|
2015-06-18 05:55:53 -04:00
|
|
|
|
2016-01-04 06:39:25 -05:00
|
|
|
<include layout="@layout/cpp_simple_button_6_material" />
|
2015-06-18 05:55:53 -04:00
|
|
|
|
2016-01-04 06:39:25 -05:00
|
|
|
<include layout="@layout/cpp_simple_button_division_material" />
|
2015-06-18 05:55:53 -04:00
|
|
|
|
2016-01-04 06:39:25 -05:00
|
|
|
<include layout="@layout/cpp_simple_button_power_material" />
|
2015-06-18 05:55:53 -04:00
|
|
|
|
2016-01-04 06:39:25 -05:00
|
|
|
<include layout="@layout/cpp_simple_button_erase_material" />
|
2015-06-18 05:55:53 -04:00
|
|
|
|
2016-01-04 06:39:25 -05:00
|
|
|
</LinearLayout>
|
2015-06-18 05:55:53 -04:00
|
|
|
|
2016-01-04 06:39:25 -05:00
|
|
|
<LinearLayout
|
|
|
|
a:layout_width="match_parent"
|
|
|
|
a:layout_height="0dp"
|
|
|
|
a:layout_weight="1">
|
2015-06-18 05:55:53 -04:00
|
|
|
|
2016-01-04 06:39:25 -05:00
|
|
|
<include layout="@layout/cpp_simple_button_1_material" />
|
2015-06-18 05:55:53 -04:00
|
|
|
|
2016-01-04 06:39:25 -05:00
|
|
|
<include layout="@layout/cpp_simple_button_2_material" />
|
2015-06-18 05:55:53 -04:00
|
|
|
|
2016-01-04 06:39:25 -05:00
|
|
|
<include layout="@layout/cpp_simple_button_3_material" />
|
2015-06-18 05:55:53 -04:00
|
|
|
|
2016-01-04 06:39:25 -05:00
|
|
|
<include layout="@layout/cpp_simple_button_plus_material" />
|
2015-06-18 05:55:53 -04:00
|
|
|
|
2016-01-04 06:39:25 -05:00
|
|
|
<include layout="@layout/cpp_simple_button_settings_material" />
|
2015-06-18 05:55:53 -04:00
|
|
|
|
2016-01-04 06:39:25 -05:00
|
|
|
<include layout="@layout/cpp_simple_button_copy_material" />
|
2015-06-18 05:55:53 -04:00
|
|
|
|
2016-01-04 06:39:25 -05:00
|
|
|
</LinearLayout>
|
2015-06-18 05:55:53 -04:00
|
|
|
|
2016-01-04 06:39:25 -05:00
|
|
|
<LinearLayout
|
|
|
|
a:layout_width="match_parent"
|
|
|
|
a:layout_height="0dp"
|
|
|
|
a:layout_weight="1">
|
2015-06-18 05:55:53 -04:00
|
|
|
|
2016-01-04 06:39:25 -05:00
|
|
|
<include layout="@layout/cpp_simple_button_round_brackets_material" />
|
2015-06-18 05:55:53 -04:00
|
|
|
|
2016-01-04 06:39:25 -05:00
|
|
|
<include layout="@layout/cpp_simple_button_0_material" />
|
2015-06-18 05:55:53 -04:00
|
|
|
|
2016-01-04 06:39:25 -05:00
|
|
|
<include layout="@layout/cpp_simple_button_dot_material" />
|
2015-06-18 05:55:53 -04:00
|
|
|
|
2016-01-04 06:39:25 -05:00
|
|
|
<include layout="@layout/cpp_simple_button_minus_material" />
|
2015-06-18 05:55:53 -04:00
|
|
|
|
2016-01-04 06:39:25 -05:00
|
|
|
<include layout="@layout/cpp_simple_button_app_material" />
|
2015-06-18 05:55:53 -04:00
|
|
|
|
2016-01-04 06:39:25 -05:00
|
|
|
<include layout="@layout/cpp_simple_button_paste_material" />
|
2015-06-18 05:55:53 -04:00
|
|
|
|
2016-01-04 06:39:25 -05:00
|
|
|
</LinearLayout>
|
2015-06-18 05:55:53 -04:00
|
|
|
|
|
|
|
|
2016-01-04 06:39:25 -05:00
|
|
|
<LinearLayout
|
|
|
|
a:layout_width="match_parent"
|
|
|
|
a:layout_height="0dp"
|
|
|
|
a:layout_weight="1">
|
2015-06-18 05:55:53 -04:00
|
|
|
|
2016-01-04 06:39:25 -05:00
|
|
|
<include layout="@layout/cpp_simple_button_left_material" />
|
2015-06-18 05:55:53 -04:00
|
|
|
|
2016-01-04 06:39:25 -05:00
|
|
|
<include layout="@layout/cpp_simple_button_right_material" />
|
2015-06-18 05:55:53 -04:00
|
|
|
|
2016-01-04 06:39:25 -05:00
|
|
|
<include layout="@layout/cpp_simple_button_vars_material" />
|
2015-06-18 05:55:53 -04:00
|
|
|
|
2016-01-04 06:39:25 -05:00
|
|
|
<include layout="@layout/cpp_simple_button_functions_material" />
|
2015-06-18 05:55:53 -04:00
|
|
|
|
2016-01-04 06:39:25 -05:00
|
|
|
<include layout="@layout/cpp_simple_button_operators_material" />
|
2015-06-18 05:55:53 -04:00
|
|
|
|
2016-01-04 06:39:25 -05:00
|
|
|
<include layout="@layout/cpp_simple_button_history_material" />
|
2015-06-18 05:55:53 -04:00
|
|
|
|
2016-01-04 06:39:25 -05:00
|
|
|
</LinearLayout>
|
2015-06-18 05:55:53 -04:00
|
|
|
|
|
|
|
</LinearLayout>
|