From 6565b289210c8f6ba602bf501dc389044ab22bda Mon Sep 17 00:00:00 2001 From: Sergey Solovyev Date: Fri, 16 Nov 2012 00:27:34 +0400 Subject: [PATCH] android common update --- calculatorpp/project.properties | 25 ++++++++++--------- calculatorpp/res/layout/calc_copy_button.xml | 5 ++-- .../res/layout/calc_donate_button.xml | 4 +-- calculatorpp/res/layout/calc_erase_button.xml | 5 ++-- calculatorpp/res/layout/calc_paste_button.xml | 5 ++-- calculatorpp/res/values/dimens.xml | 1 + calculatorpp/res/values/styles.xml | 2 +- calculatorpp/res/values/theme_default.xml | 2 +- .../calculator/AbstractCalculatorHelper.java | 2 +- .../calculator/CalculatorActivity.java | 11 +------- .../android/calculator/CalculatorButtons.java | 21 ++++++++-------- pom.xml | 2 +- 12 files changed, 37 insertions(+), 48 deletions(-) diff --git a/calculatorpp/project.properties b/calculatorpp/project.properties index 6126f831..41522aac 100644 --- a/calculatorpp/project.properties +++ b/calculatorpp/project.properties @@ -9,18 +9,19 @@ # Project target. target=android-15 -android.library.reference.1=gen-external-apklibs/org.solovyev.android_android-common-all_1.0.4 -android.library.reference.2=gen-external-apklibs/org.solovyev.android_android-common-ads_1.0.4 -android.library.reference.3=gen-external-apklibs/org.solovyev.android_android-common-core_1.0.4 -android.library.reference.4=gen-external-apklibs/org.solovyev.android_android-common-billing_1.0.4 -android.library.reference.5=gen-external-apklibs/org.solovyev.android_android-common-db_1.0.4 -android.library.reference.6=gen-external-apklibs/org.solovyev.android_android-common-http_1.0.4 -android.library.reference.7=gen-external-apklibs/org.solovyev.android_android-common-list_1.0.4 -android.library.reference.8=gen-external-apklibs/org.solovyev.android_android-common-view_1.0.4 -android.library.reference.9=gen-external-apklibs/org.solovyev.android_android-common-preferences_1.0.4 -android.library.reference.10=gen-external-apklibs/org.solovyev.android_android-common-menu_1.0.4 -android.library.reference.11=gen-external-apklibs/org.solovyev.android_android-common-other_1.0.4 -android.library.reference.12=gen-external-apklibs/org.solovyev.android_android-common-sherlock_1.0.4 +android.library.reference.1=gen-external-apklibs/org.solovyev.android_android-common-all_1.0.5-SNAPSHOT +android.library.reference.2=gen-external-apklibs/org.solovyev.android_android-common-ads_1.0.5-SNAPSHOT +android.library.reference.3=gen-external-apklibs/org.solovyev.android_android-common-core_1.0.5-SNAPSHOT +android.library.reference.4=gen-external-apklibs/org.solovyev.android_android-common-billing_1.0.5-SNAPSHOT +android.library.reference.5=gen-external-apklibs/org.solovyev.android_android-common-db_1.0.5-SNAPSHOT +android.library.reference.6=gen-external-apklibs/org.solovyev.android_android-common-http_1.0.5-SNAPSHOT +android.library.reference.7=gen-external-apklibs/org.solovyev.android_android-common-list_1.0.5-SNAPSHOT +android.library.reference.8=gen-external-apklibs/org.solovyev.android_android-common-view_1.0.5-SNAPSHOT +android.library.reference.9=gen-external-apklibs/org.solovyev.android_android-common-preferences_1.0.5-SNAPSHOT +android.library.reference.10=gen-external-apklibs/org.solovyev.android_android-common-menu_1.0.5-SNAPSHOT +android.library.reference.11=gen-external-apklibs/org.solovyev.android_android-common-other_1.0.5-SNAPSHOT +android.library.reference.12=gen-external-apklibs/org.solovyev.android_android-common-sherlock_1.0.5-SNAPSHOT android.library.reference.13=gen-external-apklibs/com.actionbarsherlock_actionbarsherlock_4.2.0 +android.library.reference.14=gen-external-apklibs/org.solovyev.android_android-common-keyboard_1.0.5-SNAPSHOT diff --git a/calculatorpp/res/layout/calc_copy_button.xml b/calculatorpp/res/layout/calc_copy_button.xml index f6d25037..10208bda 100644 --- a/calculatorpp/res/layout/calc_copy_button.xml +++ b/calculatorpp/res/layout/calc_copy_button.xml @@ -6,9 +6,8 @@ ~ or visit http://se.solovyev.org --> - \ No newline at end of file diff --git a/calculatorpp/res/layout/calc_donate_button.xml b/calculatorpp/res/layout/calc_donate_button.xml index 9b15654a..b4d4e5fa 100644 --- a/calculatorpp/res/layout/calc_donate_button.xml +++ b/calculatorpp/res/layout/calc_donate_button.xml @@ -6,8 +6,8 @@ ~ or visit http://se.solovyev.org --> - \ No newline at end of file diff --git a/calculatorpp/res/layout/calc_erase_button.xml b/calculatorpp/res/layout/calc_erase_button.xml index b1ac9606..f6851bcc 100644 --- a/calculatorpp/res/layout/calc_erase_button.xml +++ b/calculatorpp/res/layout/calc_erase_button.xml @@ -6,9 +6,8 @@ ~ or visit http://se.solovyev.org --> - \ No newline at end of file diff --git a/calculatorpp/res/layout/calc_paste_button.xml b/calculatorpp/res/layout/calc_paste_button.xml index bde5f9ed..98ac3ff5 100644 --- a/calculatorpp/res/layout/calc_paste_button.xml +++ b/calculatorpp/res/layout/calc_paste_button.xml @@ -6,9 +6,8 @@ ~ or visit http://se.solovyev.org --> - \ No newline at end of file diff --git a/calculatorpp/res/values/dimens.xml b/calculatorpp/res/values/dimens.xml index 8f88c138..20c700be 100644 --- a/calculatorpp/res/values/dimens.xml +++ b/calculatorpp/res/values/dimens.xml @@ -8,6 +8,7 @@ 30dp 20dp + 20dp 25sp 25sp 5dp diff --git a/calculatorpp/res/values/styles.xml b/calculatorpp/res/values/styles.xml index a5461f64..b851918f 100644 --- a/calculatorpp/res/values/styles.xml +++ b/calculatorpp/res/values/styles.xml @@ -38,7 +38,7 @@ fill_parent 1 true - @drawable/default_button_dark + @drawable/metro_button_dark @dimen/button_margin @dimen/keyboard_button_text_size @color/button_text_color diff --git a/calculatorpp/res/values/theme_default.xml b/calculatorpp/res/values/theme_default.xml index 08245afb..6b876dad 100644 --- a/calculatorpp/res/values/theme_default.xml +++ b/calculatorpp/res/values/theme_default.xml @@ -7,7 +7,7 @@