Icons renamed
Before Width: | Height: | Size: 473 B After Width: | Height: | Size: 473 B |
Before Width: | Height: | Size: 667 B After Width: | Height: | Size: 667 B |
Before Width: | Height: | Size: 348 B After Width: | Height: | Size: 348 B |
BIN
android-app-core/res/drawable-hdpi/ab_settings.png
Normal file
After Width: | Height: | Size: 771 B |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 403 B After Width: | Height: | Size: 403 B |
Before Width: | Height: | Size: 419 B After Width: | Height: | Size: 419 B |
Before Width: | Height: | Size: 297 B After Width: | Height: | Size: 297 B |
BIN
android-app-core/res/drawable-mdpi/ab_settings.png
Normal file
After Width: | Height: | Size: 603 B |
Before Width: | Height: | Size: 769 B After Width: | Height: | Size: 769 B |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 415 B After Width: | Height: | Size: 415 B |
Before Width: | Height: | Size: 858 B After Width: | Height: | Size: 858 B |
Before Width: | Height: | Size: 312 B After Width: | Height: | Size: 312 B |
BIN
android-app-core/res/drawable-xhdpi/ab_settings.png
Normal file
After Width: | Height: | Size: 677 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: 1.9 KiB |
@ -51,7 +51,7 @@
|
||||
a:layout_gravity="center_vertical"
|
||||
a:scaleType="centerInside"
|
||||
a:padding="6dp"
|
||||
a:src="@drawable/kb_disk"
|
||||
a:src="@drawable/ab_disk"
|
||||
a:visibility="invisible"
|
||||
a:layout_width="wrap_content"
|
||||
a:layout_height="match_parent"/>
|
||||
|
@ -27,7 +27,7 @@
|
||||
<item
|
||||
a:id="@+id/menu_history_fullscreen"
|
||||
a:title="@string/cpp_fullscreen"
|
||||
a:icon="@drawable/kb_expand"
|
||||
a:icon="@drawable/ab_expand"
|
||||
a:showAsAction="always"/>
|
||||
|
||||
<item
|
||||
|
@ -27,19 +27,19 @@
|
||||
<item
|
||||
a:id="@+id/menu_plot_2d"
|
||||
a:title="@string/cpp_plot_2d"
|
||||
a:icon="@drawable/kb_stats"
|
||||
a:icon="@drawable/ab_stats"
|
||||
a:showAsAction="always"/>
|
||||
|
||||
<item
|
||||
a:id="@+id/menu_plot_3d"
|
||||
a:title="@string/cpp_plot_3d"
|
||||
a:icon="@drawable/kb_stats_3d"
|
||||
a:icon="@drawable/ab_stats_3d"
|
||||
a:showAsAction="always"/>
|
||||
|
||||
<item
|
||||
a:id="@+id/menu_plot_fullscreen"
|
||||
a:title="@string/cpp_fullscreen"
|
||||
a:icon="@drawable/kb_expand"
|
||||
a:icon="@drawable/ab_expand"
|
||||
a:showAsAction="always"/>
|
||||
|
||||
<item
|
||||
@ -51,19 +51,19 @@
|
||||
<item
|
||||
a:id="@+id/menu_plot_functions"
|
||||
a:title="@string/cpp_plot_functions"
|
||||
a:icon="@drawable/kb_menu"
|
||||
a:icon="@drawable/ab_menu"
|
||||
a:showAsAction="always"/>
|
||||
|
||||
<item
|
||||
a:id="@+id/menu_plot_schreeshot"
|
||||
a:title="@string/cpp_plot_screenshot"
|
||||
a:icon="@drawable/kb_disk"
|
||||
a:icon="@drawable/ab_disk"
|
||||
a:showAsAction="always"/>
|
||||
|
||||
<item
|
||||
a:id="@+id/menu_plot_settings"
|
||||
a:title="@string/c_settings"
|
||||
a:icon="@drawable/kb_settings"
|
||||
a:icon="@drawable/ab_settings"
|
||||
a:showAsAction="ifRoom"/>
|
||||
|
||||
</menu>
|