diff --git a/android-app-core/pom.xml b/android-app-core/pom.xml index 1657f0aa..6a172078 100644 --- a/android-app-core/pom.xml +++ b/android-app-core/pom.xml @@ -5,12 +5,12 @@ org.solovyev.android calculatorpp-parent - 1.6.3-b-SNAPSHOT + 2.0.1-SNAPSHOT org.solovyev.android calculatorpp-android-app-core - 1.6.3-b-SNAPSHOT + 2.0.1-SNAPSHOT Calculator++ Application Core apklib diff --git a/android-app-core/res/drawable-hdpi/kb_erase.png b/android-app-core/res/drawable-hdpi/kb_erase.png index ae6ac20d..eb5a4b40 100644 Binary files a/android-app-core/res/drawable-hdpi/kb_erase.png and b/android-app-core/res/drawable-hdpi/kb_erase.png differ diff --git a/android-app-core/res/drawable-hdpi/kb_facebook.png b/android-app-core/res/drawable-hdpi/kb_facebook.png deleted file mode 100644 index 6af63acf..00000000 Binary files a/android-app-core/res/drawable-hdpi/kb_facebook.png and /dev/null differ diff --git a/android-app-core/res/drawable-hdpi/kb_menu.png b/android-app-core/res/drawable-hdpi/kb_menu.png index 400c51e1..fc4e83f5 100644 Binary files a/android-app-core/res/drawable-hdpi/kb_menu.png and b/android-app-core/res/drawable-hdpi/kb_menu.png differ diff --git a/android-app-core/res/drawable-hdpi/kb_range.png b/android-app-core/res/drawable-hdpi/kb_range.png new file mode 100644 index 00000000..e2342e06 Binary files /dev/null and b/android-app-core/res/drawable-hdpi/kb_range.png differ diff --git a/android-app-core/res/drawable-hdpi/kb_stats_3d.png b/android-app-core/res/drawable-hdpi/kb_stats_3d.png new file mode 100644 index 00000000..90ead82a Binary files /dev/null and b/android-app-core/res/drawable-hdpi/kb_stats_3d.png differ diff --git a/android-app-core/res/drawable-ldpi/kb_facebook.png b/android-app-core/res/drawable-ldpi/kb_facebook.png deleted file mode 100644 index bb6591ff..00000000 Binary files a/android-app-core/res/drawable-ldpi/kb_facebook.png and /dev/null differ diff --git a/android-app-core/res/drawable-mdpi/kb_erase.png b/android-app-core/res/drawable-mdpi/kb_erase.png index 0cb38038..f15a9842 100644 Binary files a/android-app-core/res/drawable-mdpi/kb_erase.png and b/android-app-core/res/drawable-mdpi/kb_erase.png differ diff --git a/android-app-core/res/drawable-mdpi/kb_facebook.png b/android-app-core/res/drawable-mdpi/kb_facebook.png deleted file mode 100644 index 194c8425..00000000 Binary files a/android-app-core/res/drawable-mdpi/kb_facebook.png and /dev/null differ diff --git a/android-app-core/res/drawable-mdpi/kb_menu.png b/android-app-core/res/drawable-mdpi/kb_menu.png index c57c54c8..33eabf6c 100644 Binary files a/android-app-core/res/drawable-mdpi/kb_menu.png and b/android-app-core/res/drawable-mdpi/kb_menu.png differ diff --git a/android-app-core/res/drawable-mdpi/kb_range.png b/android-app-core/res/drawable-mdpi/kb_range.png new file mode 100644 index 00000000..a43e43d8 Binary files /dev/null and b/android-app-core/res/drawable-mdpi/kb_range.png differ diff --git a/android-app-core/res/drawable-mdpi/kb_stats_3d.png b/android-app-core/res/drawable-mdpi/kb_stats_3d.png new file mode 100644 index 00000000..6a051a44 Binary files /dev/null and b/android-app-core/res/drawable-mdpi/kb_stats_3d.png differ diff --git a/android-app-core/res/drawable-xhdpi/kb_erase.png b/android-app-core/res/drawable-xhdpi/kb_erase.png index 0f0c695c..8c4b099d 100644 Binary files a/android-app-core/res/drawable-xhdpi/kb_erase.png and b/android-app-core/res/drawable-xhdpi/kb_erase.png differ diff --git a/android-app-core/res/drawable-xhdpi/kb_facebook.png b/android-app-core/res/drawable-xhdpi/kb_facebook.png deleted file mode 100644 index 8555071e..00000000 Binary files a/android-app-core/res/drawable-xhdpi/kb_facebook.png and /dev/null differ diff --git a/android-app-core/res/drawable-xhdpi/kb_menu.png b/android-app-core/res/drawable-xhdpi/kb_menu.png index affa41bb..f6cef723 100644 Binary files a/android-app-core/res/drawable-xhdpi/kb_menu.png and b/android-app-core/res/drawable-xhdpi/kb_menu.png differ diff --git a/android-app-core/res/drawable-xhdpi/kb_range.png b/android-app-core/res/drawable-xhdpi/kb_range.png new file mode 100644 index 00000000..f03ac303 Binary files /dev/null and b/android-app-core/res/drawable-xhdpi/kb_range.png differ diff --git a/android-app-core/res/drawable-xhdpi/kb_stats_3d.png b/android-app-core/res/drawable-xhdpi/kb_stats_3d.png new file mode 100644 index 00000000..b0a08489 Binary files /dev/null and b/android-app-core/res/drawable-xhdpi/kb_stats_3d.png differ diff --git a/android-app-core/res/drawable-xlarge-hdpi/kb_facebook.png b/android-app-core/res/drawable-xlarge-hdpi/kb_facebook.png deleted file mode 100644 index 8555071e..00000000 Binary files a/android-app-core/res/drawable-xlarge-hdpi/kb_facebook.png and /dev/null differ diff --git a/android-app-core/res/layout/cpp_simple_button_like.xml b/android-app-core/res/layout/cpp_simple_button_like.xml index 235bad53..7c6ea811 100644 --- a/android-app-core/res/layout/cpp_simple_button_like.xml +++ b/android-app-core/res/layout/cpp_simple_button_like.xml @@ -24,6 +24,6 @@ \ No newline at end of file diff --git a/android-app-core/res/layout/cpp_simple_button_operators.xml b/android-app-core/res/layout/cpp_simple_button_operators.xml new file mode 100644 index 00000000..ca9af29a --- /dev/null +++ b/android-app-core/res/layout/cpp_simple_button_operators.xml @@ -0,0 +1,29 @@ + + + + +