Icons renamed

This commit is contained in:
serso 2014-05-30 13:08:46 +02:00
parent c706bc1f11
commit 9ff35190c0
21 changed files with 8 additions and 8 deletions

View File

Before

Width:  |  Height:  |  Size: 473 B

After

Width:  |  Height:  |  Size: 473 B

View File

Before

Width:  |  Height:  |  Size: 667 B

After

Width:  |  Height:  |  Size: 667 B

View File

Before

Width:  |  Height:  |  Size: 348 B

After

Width:  |  Height:  |  Size: 348 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 771 B

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

Before

Width:  |  Height:  |  Size: 403 B

After

Width:  |  Height:  |  Size: 403 B

View File

Before

Width:  |  Height:  |  Size: 419 B

After

Width:  |  Height:  |  Size: 419 B

View File

Before

Width:  |  Height:  |  Size: 297 B

After

Width:  |  Height:  |  Size: 297 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 603 B

View File

Before

Width:  |  Height:  |  Size: 769 B

After

Width:  |  Height:  |  Size: 769 B

View File

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

Before

Width:  |  Height:  |  Size: 415 B

After

Width:  |  Height:  |  Size: 415 B

View File

Before

Width:  |  Height:  |  Size: 858 B

After

Width:  |  Height:  |  Size: 858 B

View File

Before

Width:  |  Height:  |  Size: 312 B

After

Width:  |  Height:  |  Size: 312 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 677 B

View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@ -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"/>

View File

@ -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

View File

@ -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>