new plotter

This commit is contained in:
Sergey Solovyev
2013-01-16 17:47:56 +04:00
parent 93c5e2a093
commit c3f1e3200f
14 changed files with 188 additions and 80 deletions

View File

@@ -1,10 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:a="http://schemas.android.com/apk/res/android"
a:layout_width="wrap_content"
a:layout_height="wrap_content"
style="?cpp_dialog_style"
a:orientation="vertical">
style="?cpp_dialog_style">
<LinearLayout
a:id="@+id/cpp_fixable_messages_container"

View File

@@ -302,4 +302,14 @@
<string name="cpp_plot_screenshot_saved">Screenshot successfully saved: %1$s!</string>
<string name="cpp_plot_unable_to_save_screenshot">Screenshot cannot be saved as sdcard is not mounted. Mount sdcard and try again!</string>
<string name="cpp_plot_function_line_color_type">Line color type</string>
<string name="cpp_plot_function_line_color">Line color</string>
<string name="cpp_plot_function_line_style">Line style</string>
<string name="cpp_plot_function_line_width">Line width</string>
<string name="cpp_plot_function_settings">Function settings</string>
<string name="cpp_function">Function</string>
<string name="cpp_pinned">Pinned</string>
<string name="cpp_visible">Visible</string>
</resources>

View File

@@ -12,6 +12,11 @@
<style name="cpp_default_dialog_style">
<item name="android:padding">6dp</item>
<item name="android:minWidth">200dp</item>
<item name="android:layout_width">wrap_content</item>
<item name="android:layout_height">wrap_content</item>
<item name="android:orientation">vertical</item>
<item name="android:layout_gravity">center_horizontal</item>
</style>
<style name="cpp_default_control_button_style" parent="cpp_keyboard_button_style">