2014-10-15 09:29:20 +00:00
|
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android" xmlns:ugh="http://schemas.android.com/apk/res-auto" >
|
2013-03-24 15:43:03 +00:00
|
|
|
|
|
|
|
<item
|
|
|
|
android:id="@+id/preferences"
|
|
|
|
android:icon="@android:drawable/ic_menu_preferences"
|
2014-10-15 09:29:20 +00:00
|
|
|
ugh:showAsAction=""
|
2013-03-24 15:43:03 +00:00
|
|
|
android:title="@string/preferences"/>
|
|
|
|
|
|
|
|
</menu>
|