put in new icons for menu

master
Chris Baughman 2014-02-01 18:24:20 -05:00
parent 1f115d2dd1
commit 58fcdf416b
9 changed files with 12 additions and 9 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 392 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 561 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 246 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 429 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 475 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 666 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 619 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 969 B

View File

@ -1,9 +1,16 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android" > <menu xmlns:android="http://schemas.android.com/apk/res/android" >
<!-- Search / will display always -->
<item android:id="@+id/action_search" <!-- Refresh -->
android:icon="@drawable/ic_action_search" <item android:id="@+id/action_refresh"
android:title="@string/action_search" android:icon="@drawable/ic_action_refresh"
android:title="@string/action_refresh"
android:showAsAction="ifRoom" />
<!-- Search / will display always -->
<item android:id="@+id/action_share"
android:icon="@drawable/ic_action_share"
android:title="@string/action_share"
android:showAsAction="ifRoom"/> android:showAsAction="ifRoom"/>
<!-- Location Found --> <!-- Location Found -->
@ -11,10 +18,6 @@
android:icon="@drawable/ic_action_location_found" android:icon="@drawable/ic_action_location_found"
android:title="@string/action_location_found" android:title="@string/action_location_found"
android:showAsAction="ifRoom" /> android:showAsAction="ifRoom" />
<!-- Refresh -->
<item android:id="@+id/action_refresh"
android:icon="@drawable/ic_action_refresh"
android:title="@string/action_refresh"
android:showAsAction="ifRoom" />
</menu> </menu>