11 lines
425 B
XML
11 lines
425 B
XML
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
tools:context="org.schabi.newpipe.history.HistoryActivity">
|
|
|
|
<item android:id="@+id/action_switch_background"
|
|
android:orderInCategory="1999"
|
|
android:title="@string/switch_to_background"
|
|
app:showAsAction="never"/>
|
|
</menu>
|