mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-02-04 05:09:15 +00:00
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>
|