Twidere-App-Android-Twitter.../twidere/src/main/res/menu/menu_switch_preference.xml

11 lines
350 B
XML
Raw Normal View History

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"
2015-04-22 10:36:56 +02:00
xmlns:app="http://schemas.android.com/apk/res-auto">
2014-07-03 07:48:39 +02:00
<item
android:id="@id/toggle"
2017-08-22 11:10:09 +02:00
android:title="@string/action_toggle"
2015-04-22 10:36:56 +02:00
app:actionLayout="@layout/action_item_switch"
2017-08-22 11:10:09 +02:00
app:showAsAction="always"/>
2014-07-03 07:48:39 +02:00
</menu>