mirror of
https://github.com/ultrasonic/ultrasonic
synced 2025-01-23 21:41:38 +01:00
10 lines
271 B
XML
10 lines
271 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:icon="?attr/media_shuffle"
|
|
a:showAsAction="ifRoom|withText"
|
|
a:title="@string/main.shuffle"/>
|
|
|
|
</menu> |