
Update the image behavior for the following: 1. Use ic_album as the default image for songs and albums this just looks beter in general. 2. Use a special default drawable for the widget so that it doesn't look as strange. 3. Generally update the loading process throughout the app
12 lines
No EOL
416 B
XML
12 lines
No EOL
416 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item
|
|
android:id="@+id/action_queue_add"
|
|
android:title="@string/lbl_queue_add" />
|
|
<item
|
|
android:id="@+id/action_go_artist"
|
|
android:title="@string/lbl_go_artist" />
|
|
<item
|
|
android:id="@+id/action_go_album"
|
|
android:title="@string/lbl_go_album" />
|
|
</menu> |