From 895d808fb0275db4b13d07a73b4749d313b77410 Mon Sep 17 00:00:00 2001 From: Sergey Solovyev Date: Tue, 25 Jun 2013 13:31:19 +0400 Subject: [PATCH] no big buttons for mobile phones --- android-app/res/values-large/arrays.xml | 22 ++++++++++++++++++++++ android-app/res/values/arrays.xml | 4 ---- 2 files changed, 22 insertions(+), 4 deletions(-) create mode 100644 android-app/res/values-large/arrays.xml diff --git a/android-app/res/values-large/arrays.xml b/android-app/res/values-large/arrays.xml new file mode 100644 index 00000000..2f9fa56e --- /dev/null +++ b/android-app/res/values-large/arrays.xml @@ -0,0 +1,22 @@ + + + + + + @string/p_layout_calculator + @string/p_layout_calculator_mobile + @string/p_layout_simple + @string/p_layout_simple_mobile + + + main_calculator + main_calculator_mobile + simple + simple_mobile + + + \ No newline at end of file diff --git a/android-app/res/values/arrays.xml b/android-app/res/values/arrays.xml index 6437c0a8..9f996d40 100644 --- a/android-app/res/values/arrays.xml +++ b/android-app/res/values/arrays.xml @@ -41,15 +41,11 @@ @string/p_layout_calculator - @string/p_layout_calculator_mobile @string/p_layout_simple - @string/p_layout_simple_mobile main_calculator - main_calculator_mobile simple - simple_mobile