mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-01-23 23:46:57 +00:00
10 lines
332 B
XML
10 lines
332 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||
|
|
||
|
<item
|
||
|
android:id="@+id/action_search"
|
||
|
android:icon="?attr/search"
|
||
|
android:title="@string/search"
|
||
|
app:showAsAction="always"/>
|
||
|
</menu>
|