mirror of
https://github.com/cmclark00/RetroMusicPlayer.git
synced 2025-05-22 01:45:22 +01:00
9 lines
355 B
XML
9 lines
355 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="@drawable/ic_search_white_24dp"
|
||
|
android:title="@string/action_search"
|
||
|
app:showAsAction="ifRoom" />
|
||
|
</menu>
|