2017-08-12 06:50:25 +02:00
|
|
|
<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">
|
|
|
|
|
2018-12-29 19:01:45 +01:00
|
|
|
<item android:id="@+id/action_history_clear"
|
|
|
|
android:orderInCategory="940"
|
2019-02-23 12:14:47 +01:00
|
|
|
android:title="@string/clear_views_history_title"
|
2017-08-12 06:50:25 +02:00
|
|
|
app:showAsAction="never"/>
|
|
|
|
</menu>
|