1
0
mirror of https://github.com/ultrasonic/ultrasonic synced 2025-02-13 10:10:54 +01:00

10 lines
271 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
<item
2013-05-25 23:46:37 -07:00
a:id="@+id/main_shuffle"
a:icon="?attr/media_shuffle"
a:showAsAction="ifRoom|withText"
a:title="@string/main.shuffle"/>
</menu>