diff options
author | Scott Jackson <daneren2005@gmail.com> | 2012-11-10 14:55:36 -0800 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2012-11-10 14:55:36 -0800 |
commit | f39d3a88e91424aec4e7ac5571dc49c785daefbd (patch) | |
tree | 5d24a220959c2b4294f1e3ee942b4188756922f0 /subsonic-android/res/menu/select_artist_context.xml | |
parent | f068c1c71f4115bb4c73b6ad9bb807666270ff97 (diff) | |
download | dsub-f39d3a88e91424aec4e7ac5571dc49c785daefbd.tar.gz dsub-f39d3a88e91424aec4e7ac5571dc49c785daefbd.tar.bz2 dsub-f39d3a88e91424aec4e7ac5571dc49c785daefbd.zip |
Added support for starring to the artist views (not currently working entirely) + moved adapters to views folders
Diffstat (limited to 'subsonic-android/res/menu/select_artist_context.xml')
-rw-r--r-- | subsonic-android/res/menu/select_artist_context.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subsonic-android/res/menu/select_artist_context.xml b/subsonic-android/res/menu/select_artist_context.xml index 7f9db01a..428e23a1 100644 --- a/subsonic-android/res/menu/select_artist_context.xml +++ b/subsonic-android/res/menu/select_artist_context.xml @@ -24,5 +24,5 @@ <item android:id="@+id/artist_menu_pin" android:title="@string/common.pin" - /> + /> </menu> |