1
0
mirror of https://github.com/ultrasonic/ultrasonic synced 2025-02-11 01:00:58 +01:00
2013-04-27 16:01:34 -07:00

12 lines
266 B
XML

<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:a="http://schemas.android.com/apk/res/android">
<item
a:id="@+id/main_shuffle"
a:showAsAction="ifRoom|withText"
a:icon="?attr/media_shuffle"
a:title="@string/main.shuffle"
/>
</menu>