mirror of
https://github.com/MaintainTeam/LastPipeBender.git
synced 2025-03-04 15:28:21 +03:00
17 lines
613 B
XML
17 lines
613 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_popup"
|
|
android:orderInCategory="1999"
|
|
android:title="@string/switch_to_popup"
|
|
app:showAsAction="never" />
|
|
|
|
<item
|
|
android:id="@+id/action_switch_background"
|
|
android:orderInCategory="999"
|
|
android:title="@string/switch_to_background"
|
|
app:showAsAction="never" />
|
|
</menu>
|