mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2024-11-08 19:10:01 +00:00
11 lines
425 B
XML
11 lines
425 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>
|