Icons changed
BIN
android-app-core/res/drawable-hdpi/ab_clock.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 473 B After Width: | Height: | Size: 458 B |
Before Width: | Height: | Size: 667 B After Width: | Height: | Size: 843 B |
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 4.6 KiB |
Before Width: | Height: | Size: 348 B After Width: | Height: | Size: 716 B |
BIN
android-app-core/res/drawable-hdpi/ab_plus.png
Normal file
After Width: | Height: | Size: 456 B |
BIN
android-app-core/res/drawable-hdpi/ab_range.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
android-app-core/res/drawable-hdpi/ab_remove.png
Normal file
After Width: | Height: | Size: 618 B |
Before Width: | Height: | Size: 771 B After Width: | Height: | Size: 790 B |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 581 B |
Before Width: | Height: | Size: 429 B |
Before Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 565 B |
BIN
android-app-core/res/drawable-mdpi/ab_clock.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 403 B After Width: | Height: | Size: 389 B |
Before Width: | Height: | Size: 419 B After Width: | Height: | Size: 615 B |
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 4.0 KiB |
Before Width: | Height: | Size: 297 B After Width: | Height: | Size: 670 B |
BIN
android-app-core/res/drawable-mdpi/ab_plus.png
Normal file
After Width: | Height: | Size: 338 B |
BIN
android-app-core/res/drawable-mdpi/ab_range.png
Normal file
After Width: | Height: | Size: 1.0 KiB |
BIN
android-app-core/res/drawable-mdpi/ab_remove.png
Normal file
After Width: | Height: | Size: 476 B |
Before Width: | Height: | Size: 603 B After Width: | Height: | Size: 663 B |
Before Width: | Height: | Size: 769 B After Width: | Height: | Size: 860 B |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 954 B |
Before Width: | Height: | Size: 466 B |
Before Width: | Height: | Size: 336 B |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 448 B |
BIN
android-app-core/res/drawable-xhdpi/ab_clock.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 415 B After Width: | Height: | Size: 409 B |
Before Width: | Height: | Size: 858 B After Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 5.1 KiB |
Before Width: | Height: | Size: 312 B After Width: | Height: | Size: 756 B |
BIN
android-app-core/res/drawable-xhdpi/ab_plus.png
Normal file
After Width: | Height: | Size: 445 B |
BIN
android-app-core/res/drawable-xhdpi/ab_range.png
Normal file
After Width: | Height: | Size: 2.2 KiB |
BIN
android-app-core/res/drawable-xhdpi/ab_remove.png
Normal file
After Width: | Height: | Size: 693 B |
Before Width: | Height: | Size: 677 B After Width: | Height: | Size: 723 B |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 747 B |
Before Width: | Height: | Size: 467 B |
Before Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 679 B |
@ -27,6 +27,6 @@
|
||||
<item
|
||||
a:id="@+id/menu_functions_add_function"
|
||||
a:title="@string/c_add"
|
||||
a:icon="@drawable/kb_plus"
|
||||
a:icon="@drawable/ab_plus"
|
||||
a:showAsAction="always"/>
|
||||
</menu>
|
@ -32,13 +32,13 @@
|
||||
|
||||
<item
|
||||
a:id="@+id/menu_history_toggle_datetime"
|
||||
a:icon="@drawable/kb_clock"
|
||||
a:icon="@drawable/ab_clock"
|
||||
a:title="@string/c_toggle_datetime"
|
||||
a:showAsAction="always"/>
|
||||
|
||||
<item
|
||||
a:id="@+id/menu_history_clear_history"
|
||||
a:icon="@drawable/kb_remove"
|
||||
a:icon="@drawable/ab_remove"
|
||||
a:title="@string/c_clear_history"
|
||||
a:showAsAction="always"/>
|
||||
|
||||
|
@ -45,7 +45,7 @@
|
||||
<item
|
||||
a:id="@+id/menu_plot_range"
|
||||
a:title="@string/cpp_plot_range"
|
||||
a:icon="@drawable/kb_range"
|
||||
a:icon="@drawable/ab_range"
|
||||
a:showAsAction="always"/>
|
||||
|
||||
<item
|
||||
|
@ -27,6 +27,6 @@
|
||||
<item
|
||||
a:id="@+id/menu_vars_add_var"
|
||||
a:title="@string/c_add"
|
||||
a:icon="@drawable/kb_plus"
|
||||
a:icon="@drawable/ab_plus"
|
||||
a:showAsAction="always"/>
|
||||
</menu>
|