From c3f1e3200f2e2a3f3f447f5277acd9c28c73db88 Mon Sep 17 00:00:00 2001 From: Sergey Solovyev Date: Wed, 16 Jan 2013 17:47:56 +0400 Subject: [PATCH] new plotter --- .../layout/cpp_fixable_messages_dialog.xml | 5 +- android-app-core/res/values/text_strings.xml | 10 ++ android-app-core/res/values/theme_gray.xml | 5 + android-app/AndroidManifest.xml | 8 +- android-app/project.properties | 28 +++--- .../cpp_plot_function_settings_dialog.xml | 5 +- .../cpp_plot_function_settings_fragment.xml | 17 +++- .../res/layout/cpp_plot_functions_dialog.xml | 2 - .../layout/cpp_plot_functions_fragment.xml | 6 +- .../calculator/CalculatorFragmentType.java | 6 +- .../plot/AbstractCalculatorPlotFragment.java | 6 +- .../plot/CalculatorGraph2dView.java | 93 ++++++++++++------- ...alculatorPlotFunctionSettingsActivity.java | 66 ++++++++++++- .../android/calculator/plot/PlotLineDef.java | 11 ++- 14 files changed, 188 insertions(+), 80 deletions(-) diff --git a/android-app-core/res/layout/cpp_fixable_messages_dialog.xml b/android-app-core/res/layout/cpp_fixable_messages_dialog.xml index f24ce907..43a71fff 100644 --- a/android-app-core/res/layout/cpp_fixable_messages_dialog.xml +++ b/android-app-core/res/layout/cpp_fixable_messages_dialog.xml @@ -1,10 +1,7 @@ + style="?cpp_dialog_style"> Screenshot successfully saved: %1$s! Screenshot cannot be saved as sdcard is not mounted. Mount sdcard and try again! + Line color type + Line color + Line style + Line width + Function settings + Function + Pinned + Visible + + \ No newline at end of file diff --git a/android-app-core/res/values/theme_gray.xml b/android-app-core/res/values/theme_gray.xml index 7d2ecc3c..ca6b0df3 100644 --- a/android-app-core/res/values/theme_gray.xml +++ b/android-app-core/res/values/theme_gray.xml @@ -12,6 +12,11 @@