17 lines
566 B
XML
17 lines
566 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.about.AboutActivity">
|
||
|
|
||
|
<item android:id="@+id/action_show_downloads"
|
||
|
android:orderInCategory="980"
|
||
|
android:title="@string/downloads"
|
||
|
app:showAsAction="never"/>
|
||
|
|
||
|
<item android:id="@+id/action_settings"
|
||
|
android:orderInCategory="990"
|
||
|
android:title="@string/settings"
|
||
|
app:showAsAction="never"/>
|
||
|
|
||
|
</menu>
|