new icons
Before Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 891 B |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.8 KiB |
BIN
android-app-core/res/drawable-hdpi/contract.png
Normal file
After Width: | Height: | Size: 908 B |
BIN
android-app-core/res/drawable-hdpi/disk.png
Normal file
After Width: | Height: | Size: 471 B |
BIN
android-app-core/res/drawable-hdpi/expand.png
Normal file
After Width: | Height: | Size: 856 B |
Before Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 1.1 KiB |
BIN
android-app-core/res/drawable-hdpi/menu2.png
Normal file
After Width: | Height: | Size: 319 B |
BIN
android-app-core/res/drawable-hdpi/plus.png
Normal file
After Width: | Height: | Size: 469 B |
BIN
android-app-core/res/drawable-hdpi/settings.png
Normal file
After Width: | Height: | Size: 803 B |
BIN
android-app-core/res/drawable-hdpi/share.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
android-app-core/res/drawable-hdpi/stats.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 630 B |
Before Width: | Height: | Size: 590 B |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 981 B |
Before Width: | Height: | Size: 1.1 KiB |
BIN
android-app-core/res/drawable-mdpi/contract.png
Normal file
After Width: | Height: | Size: 659 B |
BIN
android-app-core/res/drawable-mdpi/disk.png
Normal file
After Width: | Height: | Size: 402 B |
BIN
android-app-core/res/drawable-mdpi/expand.png
Normal file
After Width: | Height: | Size: 628 B |
Before Width: | Height: | Size: 785 B |
Before Width: | Height: | Size: 868 B |
BIN
android-app-core/res/drawable-mdpi/menu2.png
Normal file
After Width: | Height: | Size: 289 B |
BIN
android-app-core/res/drawable-mdpi/plus.png
Normal file
After Width: | Height: | Size: 351 B |
BIN
android-app-core/res/drawable-mdpi/settings.png
Normal file
After Width: | Height: | Size: 676 B |
BIN
android-app-core/res/drawable-mdpi/share.png
Normal file
After Width: | Height: | Size: 718 B |
BIN
android-app-core/res/drawable-mdpi/stats.png
Normal file
After Width: | Height: | Size: 873 B |
Before Width: | Height: | Size: 3.0 KiB |
Before Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 698 B |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 2.4 KiB |
BIN
android-app-core/res/drawable-xhdpi/contract.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
android-app-core/res/drawable-xhdpi/disk.png
Normal file
After Width: | Height: | Size: 422 B |
BIN
android-app-core/res/drawable-xhdpi/expand.png
Normal file
After Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 1.7 KiB |
BIN
android-app-core/res/drawable-xhdpi/menu2.png
Normal file
After Width: | Height: | Size: 297 B |
BIN
android-app-core/res/drawable-xhdpi/plus.png
Normal file
After Width: | Height: | Size: 458 B |
BIN
android-app-core/res/drawable-xhdpi/settings.png
Normal file
After Width: | Height: | Size: 736 B |
BIN
android-app-core/res/drawable-xhdpi/share.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
android-app-core/res/drawable-xhdpi/stats.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 1.7 KiB |
@ -8,6 +8,6 @@
|
|||||||
|
|
||||||
<ImageButton xmlns:a="http://schemas.android.com/apk/res/android"
|
<ImageButton xmlns:a="http://schemas.android.com/apk/res/android"
|
||||||
a:id="@id/cpp_button_settings"
|
a:id="@id/cpp_button_settings"
|
||||||
a:src="@drawable/kb_settings"
|
a:src="@drawable/settings"
|
||||||
style="@style/cpp_simple_metro_control_image_button_style"
|
style="@style/cpp_simple_metro_control_image_button_style"
|
||||||
a:contentDescription="Settings" />
|
a:contentDescription="Settings" />
|
@ -28,6 +28,9 @@
|
|||||||
a:layout_width="0dp"
|
a:layout_width="0dp"
|
||||||
a:layout_height="wrap_content"
|
a:layout_height="wrap_content"
|
||||||
a:layout_weight="1"
|
a:layout_weight="1"
|
||||||
a:src="@drawable/ab_settings" />
|
a:paddingTop="0dp"
|
||||||
|
a:paddingBottom="0dp"
|
||||||
|
a:scaleType="centerInside"
|
||||||
|
a:src="@drawable/settings" />
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
@ -11,6 +11,6 @@
|
|||||||
<item
|
<item
|
||||||
a:id="@+id/functions_menu_add_function"
|
a:id="@+id/functions_menu_add_function"
|
||||||
a:title="@string/c_add"
|
a:title="@string/c_add"
|
||||||
a:icon="@drawable/ab_add"
|
a:icon="@drawable/plus"
|
||||||
a:showAsAction="always" />
|
a:showAsAction="always" />
|
||||||
</menu>
|
</menu>
|
@ -11,37 +11,37 @@
|
|||||||
<item
|
<item
|
||||||
a:id="@+id/menu_plot_2d"
|
a:id="@+id/menu_plot_2d"
|
||||||
a:title="@string/cpp_plot_2d"
|
a:title="@string/cpp_plot_2d"
|
||||||
a:icon="@drawable/ab_plot_2d"
|
a:icon="@drawable/stats"
|
||||||
a:showAsAction="always" />
|
a:showAsAction="always" />
|
||||||
|
|
||||||
<item
|
<item
|
||||||
a:id="@+id/menu_plot_3d"
|
a:id="@+id/menu_plot_3d"
|
||||||
a:title="@string/cpp_plot_3d"
|
a:title="@string/cpp_plot_3d"
|
||||||
a:icon="@drawable/ab_plot_3d"
|
a:icon="@drawable/stats"
|
||||||
a:showAsAction="always" />
|
a:showAsAction="always" />
|
||||||
|
|
||||||
<item
|
<item
|
||||||
a:id="@+id/menu_plot_range"
|
a:id="@+id/menu_plot_range"
|
||||||
a:title="@string/cpp_plot_range"
|
a:title="@string/cpp_plot_range"
|
||||||
a:icon="@drawable/ab_plot_range"
|
a:icon="@drawable/expand"
|
||||||
a:showAsAction="always" />
|
a:showAsAction="always" />
|
||||||
|
|
||||||
<item
|
<item
|
||||||
a:id="@+id/menu_plot_functions"
|
a:id="@+id/menu_plot_functions"
|
||||||
a:title="@string/cpp_plot_functions"
|
a:title="@string/cpp_plot_functions"
|
||||||
a:icon="@drawable/ab_list"
|
a:icon="@drawable/menu2"
|
||||||
a:showAsAction="always" />
|
a:showAsAction="always" />
|
||||||
|
|
||||||
<item
|
<item
|
||||||
a:id="@+id/menu_plot_schreeshot"
|
a:id="@+id/menu_plot_schreeshot"
|
||||||
a:title="@string/cpp_plot_screenshot"
|
a:title="@string/cpp_plot_screenshot"
|
||||||
a:icon="@drawable/ab_camera"
|
a:icon="@drawable/disk"
|
||||||
a:showAsAction="always" />
|
a:showAsAction="always" />
|
||||||
|
|
||||||
<item
|
<item
|
||||||
a:id="@+id/menu_plot_settings"
|
a:id="@+id/menu_plot_settings"
|
||||||
a:title="@string/c_settings"
|
a:title="@string/c_settings"
|
||||||
a:icon="@drawable/ab_settings"
|
a:icon="@drawable/settings"
|
||||||
a:showAsAction="always" />
|
a:showAsAction="always" />
|
||||||
|
|
||||||
</menu>
|
</menu>
|
@ -11,6 +11,6 @@
|
|||||||
<item
|
<item
|
||||||
a:id="@+id/var_menu_add_var"
|
a:id="@+id/var_menu_add_var"
|
||||||
a:title="@string/c_add"
|
a:title="@string/c_add"
|
||||||
a:icon="@drawable/ab_add"
|
a:icon="@drawable/plus"
|
||||||
a:showAsAction="always" />
|
a:showAsAction="always" />
|
||||||
</menu>
|
</menu>
|