mirror of
https://github.com/ultrasonic/ultrasonic
synced 2025-01-10 16:02:38 +01:00
15 lines
339 B
XML
15 lines
339 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<menu xmlns:a="http://schemas.android.com/apk/res/android">
|
|
|
|
<item
|
|
a:id="@+id/select_album_play_all"
|
|
a:showAsAction="ifRoom|withText"
|
|
a:icon="?attr/media_play"
|
|
a:title="@string/select_album.play_all"
|
|
/>
|
|
|
|
|
|
</menu>
|
|
|
|
|