put in new icons for menu
After Width: | Height: | Size: 392 B |
After Width: | Height: | Size: 561 B |
After Width: | Height: | Size: 246 B |
After Width: | Height: | Size: 429 B |
After Width: | Height: | Size: 475 B |
After Width: | Height: | Size: 666 B |
After Width: | Height: | Size: 619 B |
After Width: | Height: | Size: 969 B |
|
@ -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>
|
||||||
|
|