• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="utf-8"?>
2<!--
3/*
4 * Copyright 2011, The Android Open Source Project
5 *
6 * Licensed under the Apache License, Version 2.0 (the "License");
7 * you may not use this file except in compliance with the License.
8 * You may obtain a copy of the License at
9 *
10 *     http://www.apache.org/licenses/LICENSE-2.0
11 *
12 * Unless required by applicable law or agreed to in writing, software
13 * distributed under the License is distributed on an "AS IS" BASIS,
14 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 * See the License for the specific language governing permissions and
16 * limitations under the License.
17 */
18-->
19<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
20    <array name="simple_buttons">
21        <item>@+id/digit0</item>
22        <item>@+id/digit1</item>
23        <item>@+id/digit2</item>
24        <item>@+id/digit3</item>
25        <item>@+id/digit4</item>
26        <item>@+id/digit5</item>
27        <item>@+id/digit6</item>
28        <item>@+id/digit7</item>
29        <item>@+id/digit8</item>
30        <item>@+id/digit9</item>
31        <item>@+id/dot</item>
32        <item>@+id/plus</item>
33        <item>@+id/minus</item>
34        <item>@+id/div</item>
35        <item>@+id/mul</item>
36        <item>@+id/equal</item>
37    </array>
38
39    <array name="advanced_buttons">
40        <item>@+id/leftParen</item>
41        <item>@+id/rightParen</item>
42        <item>@+id/sin</item>
43        <item>@+id/cos</item>
44        <item>@+id/tan</item>
45        <item>@+id/ln</item>
46        <item>@+id/lg</item>
47        <item>@+id/e</item>
48        <item>@+id/pi</item>
49        <item>@+id/power</item>
50        <item>@+id/factorial</item>
51        <item>@+id/sqrt</item>
52    </array>
53
54</resources>