new plotter
This commit is contained in:
BIN
android-app-core/res/drawable-hdpi/ab_list.png
Normal file
BIN
android-app-core/res/drawable-hdpi/ab_list.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
BIN
android-app-core/res/drawable-hdpi/ab_plot_2d.png
Normal file
BIN
android-app-core/res/drawable-hdpi/ab_plot_2d.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 891 B |
BIN
android-app-core/res/drawable-hdpi/ab_plot_3d.png
Normal file
BIN
android-app-core/res/drawable-hdpi/ab_plot_3d.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
BIN
android-app-core/res/drawable-xhdpi/ab_list.png
Normal file
BIN
android-app-core/res/drawable-xhdpi/ab_list.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 698 B |
BIN
android-app-core/res/drawable-xhdpi/ab_plot_2d.png
Normal file
BIN
android-app-core/res/drawable-xhdpi/ab_plot_2d.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
BIN
android-app-core/res/drawable-xhdpi/ab_plot_3d.png
Normal file
BIN
android-app-core/res/drawable-xhdpi/ab_plot_3d.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
26
android-app-core/res/layout/cpp_plot_function_list_item.xml
Normal file
26
android-app-core/res/layout/cpp_plot_function_list_item.xml
Normal file
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<LinearLayout xmlns:a="http://schemas.android.com/apk/res/android"
|
||||
a:layout_width="match_parent"
|
||||
a:layout_height="wrap_content"
|
||||
a:orientation="horizontal">
|
||||
|
||||
<TextView
|
||||
a:id="@+id/cpp_plot_function_expression_textview"
|
||||
a:layout_width="0dp"
|
||||
a:layout_height="wrap_content"
|
||||
a:layout_weight="5"/>
|
||||
|
||||
<CheckBox
|
||||
a:id="@+id/cpp_plot_function_pinned_checkbox"
|
||||
a:layout_width="0dp"
|
||||
a:layout_height="wrap_content"
|
||||
a:layout_weight="1"/>
|
||||
|
||||
<CheckBox
|
||||
a:id="@+id/cpp_plot_function_visible_checkbox"
|
||||
a:layout_width="0dp"
|
||||
a:layout_height="wrap_content"
|
||||
a:layout_weight="1"/>
|
||||
|
||||
</LinearLayout>
|
@@ -1,5 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<TextView xmlns:a="http://schemas.android.com/apk/res/android"
|
||||
a:layout_width="match_parent"
|
||||
a:layout_height="wrap_content"/>
|
@@ -282,7 +282,9 @@
|
||||
<string name="cpp_onscreen_remove_icon_message">You can remove second icon in applications\' list from application settings or by pressing next button</string>
|
||||
<string name="cpp_onscreen_remove_icon_button_text">Remove icon</string>
|
||||
<string name="cpp_this_change_may_require_reboot">This change may require reboot</string>
|
||||
<string name="cpp_plot_3d">3D</string>
|
||||
<string name="cpp_plot_2d">2D plot</string>
|
||||
<string name="cpp_plot_3d">3D plot</string>
|
||||
<string name="cpp_plot_functions">Graph functions</string>
|
||||
|
||||
<string name="cpp_prefs_graph_plot_imag_title">Plot imaginary part of function</string>
|
||||
<string name="cpp_prefs_graph_plot_imag_summary">If checked imaginary part of function will be plotted</string>
|
||||
|
@@ -152,7 +152,30 @@
|
||||
|
||||
<item name="dropDownListViewStyle">@style/cpp_default_actionbar_dropdown_listview_style</item>
|
||||
<item name="android:dropDownListViewStyle">@style/cpp_default_actionbar_dropdown_listview_style</item>
|
||||
|
||||
|
||||
</style>
|
||||
|
||||
<style name="cpp_gray_dialog_theme" parent="Theme.Sherlock.Dialog">
|
||||
<!-- buttons -->
|
||||
<item name="cpp_digit_button_style">@style/cpp_default_digit_button_style</item>
|
||||
<item name="cpp_control_button_style">@style/cpp_default_control_button_style</item>
|
||||
<item name="cpp_control_image_button_style">@style/cpp_default_control_image_button_style</item>
|
||||
<item name="cpp_operation_button_style">@style/cpp_default_operation_button_style</item>
|
||||
|
||||
<!-- other -->
|
||||
<item name="cpp_fragment_title_style">@style/cpp_default_fragment_title_style</item>
|
||||
<item name="cpp_fragment_list_view_style">@style/cpp_default_fragment_list_view_style</item>
|
||||
<item name="cpp_fragment_list_view_item_style">@style/cpp_default_fragment_list_view_item_style</item>
|
||||
<item name="cpp_button_style">@style/cpp_default_button_style</item>
|
||||
|
||||
<item name="cpp_main_layout_style">@style/cpp_default_main_layout_style</item>
|
||||
<item name="cpp_main_multi_pane_layout_style">@style/cpp_default_main_multi_pane_layout_style</item>
|
||||
|
||||
<item name="cpp_fragment_layout_style">@style/cpp_default_fragment_layout_style</item>
|
||||
|
||||
<item name="cpp_dialog_style">@style/cpp_default_dialog_style</item>
|
||||
|
||||
<item name="cpp_pane_style">@style/cpp_default_pane_style</item>
|
||||
<item name="cpp_pane_style_transparent">@style/cpp_default_pane_style_transparent</item>
|
||||
</style>
|
||||
|
||||
</resources>
|
Reference in New Issue
Block a user