2013-01-08 12:58:21 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
|
|
|
|
|
|
|
|
|
|
<item
|
|
|
|
|
android:id="@+id/menu_settings"
|
|
|
|
|
android:icon="@drawable/ic_menu_settings"
|
|
|
|
|
android:showAsAction="always|withText"
|
2013-10-25 21:46:05 +02:00
|
|
|
android:title="@string/menu_beam_preferences"/>
|
2013-01-08 12:58:21 +01:00
|
|
|
|
|
|
|
|
</menu>
|