diff --git a/res/layout-port/main.xml b/res/layout-port/main.xml
index c08453ae..47c6a53d 100644
--- a/res/layout-port/main.xml
+++ b/res/layout-port/main.xml
@@ -55,7 +55,7 @@
-
+
@@ -65,7 +65,7 @@
-
+
diff --git a/res/layout/calc_clear_button.xml b/res/layout/calc_clear_button.xml
index b23a7d5a..da1af738 100644
--- a/res/layout/calc_clear_button.xml
+++ b/res/layout/calc_clear_button.xml
@@ -6,9 +6,9 @@
~ or visit http://se.solovyev.org
-->
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/res/layout/calc_copy_button.xml b/res/layout/calc_copy_button.xml
index 4ed715d9..f355567c 100644
--- a/res/layout/calc_copy_button.xml
+++ b/res/layout/calc_copy_button.xml
@@ -6,10 +6,9 @@
~ or visit http://se.solovyev.org
-->
-
\ No newline at end of file
diff --git a/res/layout/calc_donate_button.xml b/res/layout/calc_donate_button.xml
index f365af31..dd1f0f2e 100644
--- a/res/layout/calc_donate_button.xml
+++ b/res/layout/calc_donate_button.xml
@@ -10,6 +10,5 @@
xmlns:calc="http://schemas.android.com/apk/res/org.solovyev.android.calculator"
a:id="@+id/pasteButton"
a:src="@drawable/heart"
- style="@style/control_button_style"
- a:padding="6dp"
+ style="@style/control_image_button_style"
a:onClick="donateButtonClickHandler"/>
\ No newline at end of file
diff --git a/res/layout/calc_erase_button.xml b/res/layout/calc_erase_button.xml
index 13d49758..bf6c7057 100644
--- a/res/layout/calc_erase_button.xml
+++ b/res/layout/calc_erase_button.xml
@@ -6,9 +6,9 @@
~ or visit http://se.solovyev.org
-->
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/res/layout/calc_paste_button.xml b/res/layout/calc_paste_button.xml
index e2d73b8c..d592b9f8 100644
--- a/res/layout/calc_paste_button.xml
+++ b/res/layout/calc_paste_button.xml
@@ -6,10 +6,9 @@
~ or visit http://se.solovyev.org
-->
-
\ No newline at end of file
diff --git a/res/layout/calc_round_brackets_button.xml b/res/layout/calc_round_brackets_button.xml
index e721bedc..b1f780ed 100644
--- a/res/layout/calc_round_brackets_button.xml
+++ b/res/layout/calc_round_brackets_button.xml
@@ -10,5 +10,6 @@
xmlns:calc="http://schemas.android.com/apk/res/org.solovyev.android.calculator"
a:id="@+id/roundBracketsButton" a:text="()"
calc:textUp="("
- calc:textDown=")" style="@style/digit_button_style"
+ calc:textDown=")"
+ style="@style/digit_button_style"
a:onClick="digitButtonClickHandler"/>
\ No newline at end of file
diff --git a/res/layout/calc_square_brackets_button.xml b/res/layout/calc_square_brackets_button.xml
index 360d83aa..f23abd5c 100644
--- a/res/layout/calc_square_brackets_button.xml
+++ b/res/layout/calc_square_brackets_button.xml
@@ -10,5 +10,6 @@
xmlns:calc="http://schemas.android.com/apk/res/org.solovyev.android.calculator"
a:id="@+id/squareBracketsButton" a:text="[]"
calc:textUp="["
- calc:textDown="]" style="@style/digit_button_style"
+ calc:textDown="]"
+ style="@style/digit_button_style"
a:onClick="digitButtonClickHandler"/>
\ No newline at end of file
diff --git a/res/layout/calc_vars_button.xml b/res/layout/calc_vars_button.xml
index 78efa2b0..ec814a4d 100644
--- a/res/layout/calc_vars_button.xml
+++ b/res/layout/calc_vars_button.xml
@@ -8,7 +8,7 @@
\ No newline at end of file
diff --git a/res/layout/vars.xml b/res/layout/vars.xml
new file mode 100644
index 00000000..1e66cacb
--- /dev/null
+++ b/res/layout/vars.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/values-ru/strings.xml b/res/values-ru/strings.xml
index 0f01faae..6dcb2b49 100644
--- a/res/values-ru/strings.xml
+++ b/res/values-ru/strings.xml
@@ -20,7 +20,7 @@
Copyright (c) 2009-2011\n\nПрограмма создана\nserso aka se.solovyev\n\n
- Эта программа бесплатна и открыта.\nИсходный код может быть найден на \nhttp://github.com\n\n
+ Эта программа с открытыми исходным кодом:\nон может быть найден на \nhttp://github.com\n\n
За подробной информацией, пожалуйста,\nобращайтесь на почту\nse.solovyev@gmail.com\n
или посетите сайт \nhttp://se.solovyev.org\n\n
Если вы хотите поддержать проект материально\nвы можете сделать это через \nhttp://paypal.com
@@ -55,9 +55,10 @@
Системная переменная не может быть изменена!Отношение длины окружности к диаметру
- Вещесвтенное число, такое что производная функции f(x) = e^x в точке x = 0 равно 1
-
+ Вещесвтенное число, такое что производная функции f(x) = e^x в точке x = 0 равно 1Мнимая единица, определённая как i^2 = −1
+ Не число
+ БесконечностьВведите новое выражениеПродолжитьНажмите для копирования
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 45a9226a..37992ffe 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -21,7 +21,7 @@
Copyright (c) 2009-2011\n\nCreated by serso aka se.solovyev\n\n
- This program is free and open source.\nSource code can be found on\nhttp://github.com\n\n
+ This program is open source:\nall source code can be found on\nhttp://github.com\n\n
For more information please\ncontact the author by email\nse.solovyev@gmail.com
\nor visit\nhttp://se.solovyev.org\n\n
If you want to support the project\nyou can donate money via\nhttp://paypal.com
@@ -29,8 +29,8 @@
undoredo
- CE
- C
+ clear all
+ clearpastevars
@@ -60,6 +60,9 @@
Ratio of any circle\'s circumference to its diameterUnique real number such that the value of the derivative (slope of the tangent line) of the function f(x) = e^x at the point x = 0 is equal to 1Imaginary unit, defined such that i^2 = −1
+ Not a number
+ Infinity
+
Enter new expressionPress to copyContinue
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 7ea9c018..c3bcfbe8 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -1,50 +1,50 @@
-
+
-
+
-
+
-
-
+
+ match_parent
+ match_parent
+
-
+ match_parent
+ match_parent
+