mirror of
https://github.com/ultrasonic/ultrasonic
synced 2025-02-09 00:08:43 +01:00
12 lines
283 B
XML
12 lines
283 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="@drawable/ic_menu_shuffle"
|
|
a:title="@string/main.shuffle"
|
|
/>
|
|
|
|
</menu>
|