From 19818c510e5f24ac57d95cf0b53c44d695406910 Mon Sep 17 00:00:00 2001 From: Sergey Solovyev Date: Sat, 1 Dec 2012 18:54:21 +0400 Subject: [PATCH] changes --- ...p_button.xml => cpp_simple_app_button.xml} | 2 +- ...button.xml => cpp_simple_clear_button.xml} | 2 +- ..._button.xml => cpp_simple_copy_button.xml} | 2 +- ...ton.xml => cpp_simple_division_button.xml} | 2 +- ...t_button.xml => cpp_simple_dot_button.xml} | 0 ....xml => cpp_simple_eight_digit_button.xml} | 2 +- ...utton.xml => cpp_simple_equals_button.xml} | 2 +- ...button.xml => cpp_simple_erase_button.xml} | 2 +- ...n.xml => cpp_simple_five_digit_button.xml} | 2 +- ...n.xml => cpp_simple_four_digit_button.xml} | 2 +- ...on.xml => cpp_simple_functions_button.xml} | 2 +- ...tton.xml => cpp_simple_history_button.xml} | 2 +- .../res/layout/cpp_simple_keyboard.xml | 74 +++++++++++++++++++ ..._button.xml => cpp_simple_left_button.xml} | 2 +- ..._button.xml => cpp_simple_like_button.xml} | 2 +- ...l => cpp_simple_multiplication_button.xml} | 2 +- ...n.xml => cpp_simple_nine_digit_button.xml} | 2 +- ...on.xml => cpp_simple_one_digit_button.xml} | 2 +- ...button.xml => cpp_simple_paste_button.xml} | 2 +- ...tton.xml => cpp_simple_percent_button.xml} | 2 +- ..._button.xml => cpp_simple_plus_button.xml} | 2 +- ...button.xml => cpp_simple_power_button.xml} | 2 +- ...button.xml => cpp_simple_right_button.xml} | 2 +- ...l => cpp_simple_round_brackets_button.xml} | 2 +- ...ton.xml => cpp_simple_settings_button.xml} | 2 +- ....xml => cpp_simple_seven_digit_button.xml} | 2 +- ...on.xml => cpp_simple_six_digit_button.xml} | 2 +- ....xml => cpp_simple_subtraction_button.xml} | 2 +- ....xml => cpp_simple_three_digit_button.xml} | 2 +- ...on.xml => cpp_simple_two_digit_button.xml} | 2 +- ..._button.xml => cpp_simple_vars_button.xml} | 2 +- ...n.xml => cpp_simple_zero_digit_button.xml} | 2 +- .../res/layout/widget_keyboard.xml | 74 ------------------- android-app-core/res/values/styles.xml | 8 +- .../res/layout/onscreen_keyboard.xml | 40 +++++----- .../res/layout/onscreen_layout.xml | 2 +- .../res/layout/widget_layout.xml | 4 +- 37 files changed, 131 insertions(+), 131 deletions(-) rename android-app-core/res/layout/{widget_app_button.xml => cpp_simple_app_button.xml} (85%) rename android-app-core/res/layout/{widget_clear_button.xml => cpp_simple_clear_button.xml} (85%) rename android-app-core/res/layout/{widget_copy_button.xml => cpp_simple_copy_button.xml} (85%) rename android-app-core/res/layout/{widget_division_button.xml => cpp_simple_division_button.xml} (82%) rename android-app-core/res/layout/{widget_dot_button.xml => cpp_simple_dot_button.xml} (100%) rename android-app-core/res/layout/{widget_eight_digit_button.xml => cpp_simple_eight_digit_button.xml} (84%) rename android-app-core/res/layout/{widget_equals_button.xml => cpp_simple_equals_button.xml} (84%) rename android-app-core/res/layout/{widget_erase_button.xml => cpp_simple_erase_button.xml} (85%) rename android-app-core/res/layout/{widget_five_digit_button.xml => cpp_simple_five_digit_button.xml} (84%) rename android-app-core/res/layout/{widget_four_digit_button.xml => cpp_simple_four_digit_button.xml} (84%) rename android-app-core/res/layout/{widget_functions_button.xml => cpp_simple_functions_button.xml} (85%) rename android-app-core/res/layout/{widget_history_button.xml => cpp_simple_history_button.xml} (86%) create mode 100644 android-app-core/res/layout/cpp_simple_keyboard.xml rename android-app-core/res/layout/{widget_left_button.xml => cpp_simple_left_button.xml} (84%) rename android-app-core/res/layout/{widget_like_button.xml => cpp_simple_like_button.xml} (85%) rename android-app-core/res/layout/{widget_multiplication_button.xml => cpp_simple_multiplication_button.xml} (83%) rename android-app-core/res/layout/{widget_nine_digit_button.xml => cpp_simple_nine_digit_button.xml} (84%) rename android-app-core/res/layout/{widget_one_digit_button.xml => cpp_simple_one_digit_button.xml} (84%) rename android-app-core/res/layout/{widget_paste_button.xml => cpp_simple_paste_button.xml} (85%) rename android-app-core/res/layout/{widget_percent_button.xml => cpp_simple_percent_button.xml} (82%) rename android-app-core/res/layout/{widget_plus_button.xml => cpp_simple_plus_button.xml} (82%) rename android-app-core/res/layout/{widget_power_button.xml => cpp_simple_power_button.xml} (82%) rename android-app-core/res/layout/{widget_right_button.xml => cpp_simple_right_button.xml} (84%) rename android-app-core/res/layout/{widget_round_brackets_button.xml => cpp_simple_round_brackets_button.xml} (84%) rename android-app-core/res/layout/{widget_settings_button.xml => cpp_simple_settings_button.xml} (85%) rename android-app-core/res/layout/{widget_seven_digit_button.xml => cpp_simple_seven_digit_button.xml} (72%) rename android-app-core/res/layout/{widget_six_digit_button.xml => cpp_simple_six_digit_button.xml} (84%) rename android-app-core/res/layout/{widget_subtraction_button.xml => cpp_simple_subtraction_button.xml} (82%) rename android-app-core/res/layout/{widget_three_digit_button.xml => cpp_simple_three_digit_button.xml} (84%) rename android-app-core/res/layout/{widget_two_digit_button.xml => cpp_simple_two_digit_button.xml} (84%) rename android-app-core/res/layout/{widget_vars_button.xml => cpp_simple_vars_button.xml} (85%) rename android-app-core/res/layout/{widget_zero_digit_button.xml => cpp_simple_zero_digit_button.xml} (84%) delete mode 100644 android-app-core/res/layout/widget_keyboard.xml diff --git a/android-app-core/res/layout/widget_app_button.xml b/android-app-core/res/layout/cpp_simple_app_button.xml similarity index 85% rename from android-app-core/res/layout/widget_app_button.xml rename to android-app-core/res/layout/cpp_simple_app_button.xml index 1149f1e2..754fccce 100644 --- a/android-app-core/res/layout/widget_app_button.xml +++ b/android-app-core/res/layout/cpp_simple_app_button.xml @@ -9,5 +9,5 @@ \ No newline at end of file diff --git a/android-app-core/res/layout/widget_clear_button.xml b/android-app-core/res/layout/cpp_simple_clear_button.xml similarity index 85% rename from android-app-core/res/layout/widget_clear_button.xml rename to android-app-core/res/layout/cpp_simple_clear_button.xml index 8715b738..9e5a9e7b 100644 --- a/android-app-core/res/layout/widget_clear_button.xml +++ b/android-app-core/res/layout/cpp_simple_clear_button.xml @@ -10,4 +10,4 @@ a:id="@+id/clearButton" a:text="@string/c_clear" a:textStyle="bold" - style="@style/widget_metro_control_button_style"/> \ No newline at end of file + style="@style/cpp_simple_metro_control_button_style"/> \ No newline at end of file diff --git a/android-app-core/res/layout/widget_copy_button.xml b/android-app-core/res/layout/cpp_simple_copy_button.xml similarity index 85% rename from android-app-core/res/layout/widget_copy_button.xml rename to android-app-core/res/layout/cpp_simple_copy_button.xml index eac06ff0..4c383d47 100644 --- a/android-app-core/res/layout/widget_copy_button.xml +++ b/android-app-core/res/layout/cpp_simple_copy_button.xml @@ -9,5 +9,5 @@ \ No newline at end of file diff --git a/android-app-core/res/layout/widget_division_button.xml b/android-app-core/res/layout/cpp_simple_division_button.xml similarity index 82% rename from android-app-core/res/layout/widget_division_button.xml rename to android-app-core/res/layout/cpp_simple_division_button.xml index 1a99c28b..24e67794 100644 --- a/android-app-core/res/layout/widget_division_button.xml +++ b/android-app-core/res/layout/cpp_simple_division_button.xml @@ -9,4 +9,4 @@