1
0
mirror of https://github.com/ultrasonic/ultrasonic synced 2025-02-10 16:50:57 +01:00
2013-05-25 23:46:37 -07:00

10 lines
286 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:icon="?attr/media_play"
a:showAsAction="ifRoom|withText"
a:title="@string/select_album.play_all"/>
</menu>