2014-07-03 07:48:39 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
|
2014-12-24 05:39:21 +01:00
|
|
|
<item
|
|
|
|
android:id="@id/toggle"
|
|
|
|
android:actionLayout="@layout/action_item_switch"
|
|
|
|
android:showAsAction="always"
|
|
|
|
android:title="@string/toggle"/>
|
2014-07-03 07:48:39 +02:00
|
|
|
|
|
|
|
</menu>
|