Added new icons from android-15 sdk. Made load and save action bar items show up if there is room for them.

This commit is contained in:
Kevin Ruland 2012-06-18 21:04:35 +00:00
parent 4d7d6455c9
commit 641e1c2791
26 changed files with 15 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 831 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 981 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

View File

@ -10,6 +10,7 @@
<item
android:id="@+id/menu_about"
android:title="@string/About"
android:icon="@drawable/ic_menu_info_details"
android:showAsAction="never"/>
</menu>

View File

@ -10,6 +10,7 @@
android:title="@string/Preferences"/>
<item
android:id="@+id/menu_about"
android:icon="@drawable/ic_menu_info_details"
android:showAsAction="never"
android:title="@string/About"/>

View File

@ -2,8 +2,9 @@
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
<item
android:orderInCategory="0"
android:id="@+id/menu_add"
android:icon="@drawable/ic_menu_add"
android:orderInCategory="0"
android:showAsAction="always"
android:title="@string/Add"/>

View File

@ -3,14 +3,20 @@
<item
android:id="@+id/menu_load"
android:icon="@drawable/ic_menu_archive"
android:orderInCategory="0"
android:showAsAction="always"
android:title="@string/load"/>
<item
android:id="@+id/menu_save"
android:icon="@drawable/ic_menu_save"
android:orderInCategory="0"
android:showAsAction="ifRoom"
android:title="@string/save"/>
<item
android:orderInCategory="10"
android:id="@+id/motor_list_menu_option"
android:icon="@drawable/ic_motorbrowser"
android:orderInCategory="10"
android:showAsAction="ifRoom"
android:title="@string/viewmotorslabel"/>
<item
@ -20,6 +26,8 @@
<item
android:id="@+id/menu_about"
android:showAsAction="never"
android:icon="@drawable/ic_menu_info_details"
android:title="@string/About"/>
</menu>

View File

@ -2,8 +2,9 @@
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
<item
android:orderInCategory="0"
android:id="@+id/menu_add"
android:icon="@drawable/ic_menu_add"
android:orderInCategory="0"
android:showAsAction="always"
android:title="@string/Add"/>