mirror of
https://github.com/ultrasonic/ultrasonic
synced 2025-02-09 00:08:43 +01:00
10 lines
295 B
XML
10 lines
295 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<menu xmlns:a="http://schemas.android.com/apk/res/android" >
|
|
|
|
<item
|
|
a:id="@+id/menu_refresh"
|
|
a:icon="@drawable/ic_menu_refresh"
|
|
a:showAsAction="ifRoom|withText"
|
|
a:title="@string/select_artist.refresh"/>
|
|
|
|
</menu> |