changes
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
-->
|
||||
|
||||
<ImageButton xmlns:a="http://schemas.android.com/apk/res/android"
|
||||
a:id="@+id/appButton"
|
||||
a:id="@id/cpp_button_app"
|
||||
a:src="@drawable/kb_logo"
|
||||
style="@style/cpp_simple_metro_control_image_button_style"
|
||||
a:contentDescription="App"/>
|
@@ -7,7 +7,7 @@
|
||||
-->
|
||||
|
||||
<Button xmlns:a="http://schemas.android.com/apk/res/android"
|
||||
a:id="@+id/clearButton"
|
||||
a:id="@id/cpp_button_clear"
|
||||
a:text="@string/c_clear"
|
||||
a:textStyle="bold"
|
||||
style="@style/cpp_simple_metro_control_button_style"/>
|
@@ -7,7 +7,7 @@
|
||||
-->
|
||||
|
||||
<ImageButton xmlns:a="http://schemas.android.com/apk/res/android"
|
||||
a:id="@+id/copyButton"
|
||||
a:id="@id/cpp_button_copy"
|
||||
a:src="@drawable/kb_copy"
|
||||
style="@style/cpp_simple_metro_control_image_button_style"
|
||||
a:contentDescription="Copy"/>
|
@@ -7,6 +7,6 @@
|
||||
-->
|
||||
|
||||
<Button xmlns:a="http://schemas.android.com/apk/res/android"
|
||||
a:id="@+id/divisionButton"
|
||||
a:id="@id/cpp_button_division"
|
||||
a:text="/"
|
||||
style="@style/cpp_simple_metro_blue_operation_button_style"/>
|
@@ -7,6 +7,6 @@
|
||||
-->
|
||||
|
||||
<Button xmlns:a="http://schemas.android.com/apk/res/android"
|
||||
a:id="@+id/periodButton"
|
||||
a:id="@id/cpp_button_period"
|
||||
a:text="."
|
||||
style="@style/metro_digit_button_style"/>
|
@@ -7,6 +7,6 @@
|
||||
-->
|
||||
|
||||
<Button xmlns:a="http://schemas.android.com/apk/res/android"
|
||||
a:id="@+id/eightDigitButton"
|
||||
a:id="@id/cpp_button_8"
|
||||
a:text="8"
|
||||
style="@style/cpp_simple_metro_digit_button_style"/>
|
@@ -7,6 +7,6 @@
|
||||
-->
|
||||
<Button
|
||||
xmlns:a="http://schemas.android.com/apk/res/android"
|
||||
a:id="@+id/equalsButton"
|
||||
a:id="@id/cpp_button_equals"
|
||||
a:text="="
|
||||
style="@style/cpp_simple_metro_control_button_style"/>
|
@@ -7,7 +7,7 @@
|
||||
-->
|
||||
|
||||
<ImageButton xmlns:a="http://schemas.android.com/apk/res/android"
|
||||
a:id="@+id/eraseButton"
|
||||
a:id="@id/cpp_button_erase"
|
||||
a:src="@drawable/kb_delete"
|
||||
style="@style/cpp_simple_metro_control_image_button_style"
|
||||
a:contentDescription="Erase"/>
|
@@ -6,6 +6,6 @@
|
||||
~ or visit http://se.solovyev.org
|
||||
-->
|
||||
<Button xmlns:a="http://schemas.android.com/apk/res/android"
|
||||
a:id="@+id/fiveDigitButton"
|
||||
a:id="@id/cpp_button_5"
|
||||
a:text="5"
|
||||
style="@style/cpp_simple_metro_digit_button_style"/>
|
@@ -6,6 +6,6 @@
|
||||
~ or visit http://se.solovyev.org
|
||||
-->
|
||||
<Button xmlns:a="http://schemas.android.com/apk/res/android"
|
||||
a:id="@+id/fourDigitButton"
|
||||
a:id="@id/cpp_button_4"
|
||||
a:text="4"
|
||||
style="@style/cpp_simple_metro_digit_button_style"/>
|
@@ -7,7 +7,7 @@
|
||||
-->
|
||||
|
||||
<Button xmlns:a="http://schemas.android.com/apk/res/android"
|
||||
a:id="@+id/functions_button"
|
||||
a:id="@id/cpp_button_functions"
|
||||
a:text="ƒ(x)"
|
||||
a:textStyle="italic"
|
||||
style="@style/cpp_simple_metro_control_button_style"/>
|
@@ -6,7 +6,7 @@
|
||||
~ or visit http://se.solovyev.org
|
||||
-->
|
||||
<Button xmlns:a="http://schemas.android.com/apk/res/android"
|
||||
a:id="@+id/historyButton"
|
||||
a:id="@id/cpp_button_history"
|
||||
a:text="@string/c_history_button"
|
||||
style="@style/cpp_simple_metro_control_button_style"
|
||||
a:textStyle="bold"/>
|
@@ -7,6 +7,6 @@
|
||||
-->
|
||||
|
||||
<Button xmlns:a="http://schemas.android.com/apk/res/android"
|
||||
a:id="@+id/leftButton"
|
||||
a:id="@id/cpp_button_left"
|
||||
a:text="◀"
|
||||
style="@style/cpp_simple_metro_control_button_style"/>
|
@@ -7,7 +7,7 @@
|
||||
-->
|
||||
|
||||
<ImageButton xmlns:a="http://schemas.android.com/apk/res/android"
|
||||
a:id="@+id/likeButton"
|
||||
a:id="@id/cpp_button_like"
|
||||
a:src="@drawable/kb_facebook"
|
||||
style="@style/cpp_simple_metro_control_image_button_style"
|
||||
a:contentDescription="Like"/>
|
@@ -7,6 +7,6 @@
|
||||
-->
|
||||
|
||||
<Button xmlns:a="http://schemas.android.com/apk/res/android"
|
||||
a:id="@+id/multiplicationButton"
|
||||
a:id="@id/cpp_button_multiplication"
|
||||
a:text="×"
|
||||
style="@style/cpp_simple_metro_blue_operation_button_style"/>
|
@@ -7,6 +7,6 @@
|
||||
-->
|
||||
|
||||
<Button xmlns:a="http://schemas.android.com/apk/res/android"
|
||||
a:id="@+id/nineDigitButton"
|
||||
a:id="@id/cpp_button_9"
|
||||
a:text="9"
|
||||
style="@style/cpp_simple_metro_digit_button_style"/>
|
@@ -7,6 +7,6 @@
|
||||
-->
|
||||
|
||||
<Button xmlns:a="http://schemas.android.com/apk/res/android"
|
||||
a:id="@+id/oneDigitButton"
|
||||
a:id="@id/cpp_button_1"
|
||||
a:text="1"
|
||||
style="@style/cpp_simple_metro_digit_button_style"/>
|
@@ -7,7 +7,7 @@
|
||||
-->
|
||||
|
||||
<ImageButton xmlns:a="http://schemas.android.com/apk/res/android"
|
||||
a:id="@+id/pasteButton"
|
||||
a:id="@id/cpp_button_paste"
|
||||
a:src="@drawable/kb_paste"
|
||||
style="@style/cpp_simple_metro_control_image_button_style"
|
||||
a:contentDescription="Paste"/>
|
@@ -7,6 +7,6 @@
|
||||
-->
|
||||
|
||||
<Button xmlns:a="http://schemas.android.com/apk/res/android"
|
||||
a:id="@+id/percentButton"
|
||||
a:id="@id/cpp_button_percent"
|
||||
a:text="%"
|
||||
style="@style/cpp_simple_metro_blue_operation_button_style"/>
|
@@ -6,6 +6,6 @@
|
||||
~ or visit http://se.solovyev.org
|
||||
-->
|
||||
<Button xmlns:a="http://schemas.android.com/apk/res/android"
|
||||
a:id="@+id/plusButton"
|
||||
a:id="@id/cpp_button_plus"
|
||||
a:text="+"
|
||||
style="@style/cpp_simple_metro_blue_operation_button_style"/>
|
@@ -7,6 +7,6 @@
|
||||
-->
|
||||
|
||||
<Button xmlns:a="http://schemas.android.com/apk/res/android"
|
||||
a:id="@+id/powerButton"
|
||||
a:id="@id/cpp_button_power"
|
||||
a:text="^"
|
||||
style="@style/cpp_simple_metro_blue_operation_button_style"/>
|
@@ -7,6 +7,6 @@
|
||||
-->
|
||||
|
||||
<Button xmlns:a="http://schemas.android.com/apk/res/android"
|
||||
a:id="@+id/rightButton"
|
||||
a:id="@id/cpp_button_right"
|
||||
a:text="▶"
|
||||
style="@style/cpp_simple_metro_control_button_style"/>
|
@@ -7,6 +7,6 @@
|
||||
-->
|
||||
|
||||
<Button xmlns:a="http://schemas.android.com/apk/res/android"
|
||||
a:id="@+id/roundBracketsButton"
|
||||
a:id="@id/cpp_button_round_brackets"
|
||||
a:text="()"
|
||||
style="@style/cpp_simple_metro_digit_button_style"/>
|
@@ -7,7 +7,7 @@
|
||||
-->
|
||||
|
||||
<ImageButton xmlns:a="http://schemas.android.com/apk/res/android"
|
||||
a:id="@+id/settingsButton"
|
||||
a:id="@id/cpp_button_settings"
|
||||
a:src="@drawable/kb_settings"
|
||||
style="@style/cpp_simple_metro_control_image_button_style"
|
||||
a:contentDescription="Settings"/>
|
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<Button xmlns:a="http://schemas.android.com/apk/res/android"
|
||||
a:id="@+id/sevenDigitButton"
|
||||
a:id="@id/cpp_button_7"
|
||||
a:text="7"
|
||||
style="@style/cpp_simple_metro_digit_button_style"/>
|
@@ -7,6 +7,6 @@
|
||||
-->
|
||||
|
||||
<Button xmlns:a="http://schemas.android.com/apk/res/android"
|
||||
a:id="@+id/sixDigitButton"
|
||||
a:id="@id/cpp_button_6"
|
||||
a:text="6"
|
||||
style="@style/cpp_simple_metro_digit_button_style"/>
|
@@ -6,6 +6,6 @@
|
||||
~ or visit http://se.solovyev.org
|
||||
-->
|
||||
<Button xmlns:a="http://schemas.android.com/apk/res/android"
|
||||
a:id="@+id/subtractionButton"
|
||||
a:id="@id/cpp_button_subtraction"
|
||||
a:text="-"
|
||||
style="@style/cpp_simple_metro_blue_operation_button_style"/>
|
@@ -7,6 +7,6 @@
|
||||
-->
|
||||
|
||||
<Button xmlns:a="http://schemas.android.com/apk/res/android"
|
||||
a:id="@+id/threeDigitButton"
|
||||
a:id="@id/cpp_button_3"
|
||||
a:text="3"
|
||||
style="@style/cpp_simple_metro_digit_button_style"/>
|
@@ -7,6 +7,6 @@
|
||||
-->
|
||||
|
||||
<Button xmlns:a="http://schemas.android.com/apk/res/android"
|
||||
a:id="@+id/twoDigitButton"
|
||||
a:id="@id/cpp_button_2"
|
||||
a:text="2"
|
||||
style="@style/cpp_simple_metro_digit_button_style"/>
|
@@ -7,7 +7,7 @@
|
||||
-->
|
||||
|
||||
<Button xmlns:a="http://schemas.android.com/apk/res/android"
|
||||
a:id="@+id/vars_button"
|
||||
a:id="@id/cpp_button_vars"
|
||||
a:text="π,…"
|
||||
a:textStyle="italic"
|
||||
style="@style/cpp_simple_metro_control_button_style"/>
|
@@ -7,6 +7,6 @@
|
||||
-->
|
||||
|
||||
<Button xmlns:a="http://schemas.android.com/apk/res/android"
|
||||
a:id="@+id/zeroDigitButton"
|
||||
a:id="@id/cpp_button_0"
|
||||
a:text="0"
|
||||
style="@style/cpp_simple_metro_digit_button_style"/>
|
@@ -1,36 +1,37 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<item type="id" name="oneDigitButton"/>
|
||||
<item type="id" name="twoDigitButton"/>
|
||||
<item type="id" name="threeDigitButton"/>
|
||||
<item type="id" name="fourDigitButton"/>
|
||||
<item type="id" name="fiveDigitButton"/>
|
||||
<item type="id" name="sixDigitButton"/>
|
||||
<item type="id" name="sevenDigitButton"/>
|
||||
<item type="id" name="eightDigitButton"/>
|
||||
<item type="id" name="nineDigitButton"/>
|
||||
<item type="id" name="zeroDigitButton"/>
|
||||
<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="periodButton"/>
|
||||
<item type="id" name="roundBracketsButton"/>
|
||||
<item type="id" name="settingsButton"/>
|
||||
<item type="id" name="likeButton"/>
|
||||
<item type="id" name="leftButton"/>
|
||||
<item type="id" name="rightButton"/>
|
||||
<item type="id" name="vars_button"/>
|
||||
<item type="id" name="functions_button"/>
|
||||
<item type="id" name="appButton"/>
|
||||
<item type="id" name="historyButton"/>
|
||||
<item type="id" name="multiplicationButton"/>
|
||||
<item type="id" name="divisionButton"/>
|
||||
<item type="id" name="plusButton"/>
|
||||
<item type="id" name="subtractionButton"/>
|
||||
<item type="id" name="percentButton"/>
|
||||
<item type="id" name="powerButton"/>
|
||||
<item type="id" name="clearButton"/>
|
||||
<item type="id" name="eraseButton"/>
|
||||
<item type="id" name="copyButton"/>
|
||||
<item type="id" name="pasteButton"/>
|
||||
<item type="id" name="equalsButton"/>
|
||||
<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"/>
|
||||
|
||||
</resources>
|
Reference in New Issue
Block a user