android-calculatorpp/android-app-core/res/values/ids.xml
2013-12-13 23:09:54 +04:00

63 lines
2.3 KiB
XML

<?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
-->
<resources>
<item type="id" name="cpp_button_1"/>
<item type="id" name="cpp_button_2"/>
<item type="id" name="cpp_button_3"/>
<item type="id" name="cpp_button_4"/>
<item type="id" name="cpp_button_5"/>
<item type="id" name="cpp_button_6"/>
<item type="id" name="cpp_button_7"/>
<item type="id" name="cpp_button_8"/>
<item type="id" name="cpp_button_9"/>
<item type="id" name="cpp_button_0"/>
<item type="id" name="cpp_button_period"/>
<item type="id" name="cpp_button_round_brackets"/>
<item type="id" name="cpp_button_settings"/>
<item type="id" name="cpp_button_like"/>
<item type="id" name="cpp_button_left"/>
<item type="id" name="cpp_button_right"/>
<item type="id" name="cpp_button_vars"/>
<item type="id" name="cpp_button_functions"/>
<item type="id" name="cpp_button_operators"/>
<item type="id" name="cpp_button_app"/>
<item type="id" name="cpp_button_history"/>
<item type="id" name="cpp_button_multiplication"/>
<item type="id" name="cpp_button_division"/>
<item type="id" name="cpp_button_plus"/>
<item type="id" name="cpp_button_subtraction"/>
<item type="id" name="cpp_button_percent"/>
<item type="id" name="cpp_button_power"/>
<item type="id" name="cpp_button_clear"/>
<item type="id" name="cpp_button_erase"/>
<item type="id" name="cpp_button_copy"/>
<item type="id" name="cpp_button_paste"/>
<item type="id" name="cpp_button_equals"/>
<item type="id" name="acl_wizard_prev_button"/>
<item type="id" name="acl_wizard_next_button"/>
<item type="id" name="acl_wizard_content"/>
</resources>