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