1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2024-06-25 22:53:20 +00:00
NewPipe/app/src/main/res/menu/menu_history.xml
2020-10-14 11:04:48 +02:00

12 lines
434 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_history_clear"
android:orderInCategory="940"
android:title="@string/clear_views_history_title"
app:showAsAction="never" />
</menu>