1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2024-06-30 00:53:19 +00:00
NewPipe/app/src/main/res/menu/menu_history.xml

12 lines
434 B
XML
Raw Normal View History

<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">
2020-10-09 18:24:02 +00:00
<item
android:id="@+id/action_history_clear"
2018-12-29 18:01:45 +00:00
android:orderInCategory="940"
2019-02-23 11:14:47 +00:00
android:title="@string/clear_views_history_title"
2020-10-09 18:24:02 +00:00
app:showAsAction="never" />
</menu>