1
0
mirror of https://github.com/ultrasonic/ultrasonic synced 2025-03-02 10:27:49 +01:00

10 lines
286 B
XML
Raw Normal View History

2013-04-27 16:01:34 -07:00
<?xml version="1.0" encoding="utf-8"?>
2013-05-25 23:46:37 -07:00
<menu xmlns:a="http://schemas.android.com/apk/res/android" >
2013-04-27 16:01:34 -07:00
2013-05-25 23:46:37 -07:00
<item
a:id="@+id/select_album_play_all"
a:icon="?attr/media_play"
a:showAsAction="ifRoom|withText"
a:title="@string/select_album.play_all"/>
2013-04-27 16:01:34 -07:00
2013-05-25 23:46:37 -07:00
</menu>