mirror of
https://github.com/MaintainTeam/LastPipeBender.git
synced 2025-03-04 15:28:21 +03:00
11 lines
415 B
XML
11 lines
415 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"/>
|
||
|
</menu>
|