2012-12-01 11:15:23 -05:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
2013-06-26 04:22:07 -04:00
|
|
|
<!--
|
|
|
|
~ 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
|
|
|
|
-->
|
|
|
|
|
2012-12-01 11:15:23 -05:00
|
|
|
<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">
|
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_drag_button_left"/>
|
2013-06-14 16:31:49 -04:00
|
|
|
|
2013-06-26 04:22:07 -04:00
|
|
|
<include layout="@layout/cpp_drag_button_vars"/>
|
2013-06-14 16:31:49 -04:00
|
|
|
|
2013-06-26 04:22:07 -04:00
|
|
|
<include layout="@layout/cpp_app_button_copy"/>
|
2013-06-14 16:31:49 -04:00
|
|
|
|
2013-06-26 04:22:07 -04:00
|
|
|
<include layout="@layout/cpp_drag_button_6"/>
|
2013-06-14 16:31:49 -04:00
|
|
|
|
2013-06-26 04:22:07 -04:00
|
|
|
<include layout="@layout/cpp_drag_button_7"/>
|
2013-06-14 16:31:49 -04:00
|
|
|
|
2013-06-26 04:22:07 -04:00
|
|
|
<include layout="@layout/cpp_drag_button_8"/>
|
2013-06-14 16:31:49 -04:00
|
|
|
|
2013-06-26 04:22:07 -04:00
|
|
|
<include layout="@layout/cpp_drag_button_9"/>
|
2013-06-14 16:31:49 -04:00
|
|
|
|
2013-06-26 04:22:07 -04:00
|
|
|
<include layout="@layout/cpp_drag_button_0"/>
|
2013-06-14 16:31:49 -04:00
|
|
|
|
2013-06-26 04:22:07 -04:00
|
|
|
<include layout="@layout/cpp_drag_button_multiplication"/>
|
2013-06-14 16:31:49 -04:00
|
|
|
|
2013-06-26 04:22:07 -04:00
|
|
|
<include layout="@layout/cpp_drag_button_division"/>
|
2013-06-14 16:31:49 -04:00
|
|
|
|
2013-06-26 04:22:07 -04:00
|
|
|
<include layout="@layout/cpp_drag_button_equals"/>
|
2013-06-14 16:31:49 -04:00
|
|
|
|
2013-06-26 04:22:07 -04:00
|
|
|
<include layout="@layout/cpp_drag_button_operators"/>
|
2013-06-14 16:31:49 -04:00
|
|
|
|
2013-06-26 04:22:07 -04:00
|
|
|
<include layout="@layout/cpp_app_button_donate"/>
|
2013-06-14 16:31:49 -04:00
|
|
|
|
2013-06-26 04:22:07 -04:00
|
|
|
<include layout="@layout/cpp_drag_button_right"/>
|
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_app_button_erase"/>
|
2013-06-14 16:31:49 -04:00
|
|
|
|
2013-06-26 04:22:07 -04:00
|
|
|
<include layout="@layout/cpp_drag_button_functions"/>
|
2013-06-14 16:31:49 -04:00
|
|
|
|
2013-06-26 04:22:07 -04:00
|
|
|
<include layout="@layout/cpp_app_button_paste"/>
|
2013-06-14 16:31:49 -04:00
|
|
|
|
2013-06-26 04:22:07 -04:00
|
|
|
<include layout="@layout/cpp_drag_button_1"/>
|
2013-06-14 16:31:49 -04:00
|
|
|
|
2013-06-26 04:22:07 -04:00
|
|
|
<include layout="@layout/cpp_drag_button_2"/>
|
2013-06-14 16:31:49 -04:00
|
|
|
|
2013-06-26 04:22:07 -04:00
|
|
|
<include layout="@layout/cpp_drag_button_3"/>
|
2013-06-14 16:31:49 -04:00
|
|
|
|
2013-06-26 04:22:07 -04:00
|
|
|
<include layout="@layout/cpp_drag_button_4"/>
|
2013-06-14 16:31:49 -04:00
|
|
|
|
2013-06-26 04:22:07 -04:00
|
|
|
<include layout="@layout/cpp_drag_button_5"/>
|
2013-06-14 16:31:49 -04:00
|
|
|
|
2013-06-26 04:22:07 -04:00
|
|
|
<include layout="@layout/cpp_drag_button_plus"/>
|
2013-06-14 16:31:49 -04:00
|
|
|
|
2013-06-26 04:22:07 -04:00
|
|
|
<include layout="@layout/cpp_drag_button_subtraction"/>
|
2013-06-14 16:31:49 -04:00
|
|
|
|
2013-06-26 04:22:07 -04:00
|
|
|
<include layout="@layout/cpp_drag_button_round_brackets"/>
|
2013-06-14 16:31:49 -04:00
|
|
|
|
2013-06-26 04:22:07 -04:00
|
|
|
<include layout="@layout/cpp_drag_button_dot"/>
|
2013-06-14 16:31:49 -04:00
|
|
|
|
2013-06-26 04:22:07 -04:00
|
|
|
<include layout="@layout/cpp_drag_button_history"/>
|
2013-06-14 16:31:49 -04:00
|
|
|
|
2013-06-26 04:22:07 -04:00
|
|
|
<include layout="@layout/cpp_drag_button_clear"/>
|
2013-06-14 16:31:49 -04:00
|
|
|
|
|
|
|
</LinearLayout>
|
2012-12-01 11:15:23 -05:00
|
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|