diff options
author | daneren2005 <daneren2005@gmail.com> | 2012-09-22 09:17:03 -0700 |
---|---|---|
committer | daneren2005 <daneren2005@gmail.com> | 2012-09-22 09:17:03 -0700 |
commit | df6d8f15ebe74709d5cbc4feb54e04395c5f48b8 (patch) | |
tree | c6458c22b1a95766f90c23cc99ef87caca034c90 /subsonic-android/res/layout/select_artist_header.xml | |
parent | 1f330ce8e20e55937a012176d748867fd7e36320 (diff) | |
parent | ced61cfa8b3de426c16596208479c97df8485a09 (diff) | |
download | dsub-df6d8f15ebe74709d5cbc4feb54e04395c5f48b8.tar.gz dsub-df6d8f15ebe74709d5cbc4feb54e04395c5f48b8.tar.bz2 dsub-df6d8f15ebe74709d5cbc4feb54e04395c5f48b8.zip |
Merge pull request #23 from daneren2005/ICS_UI
Ics ui
Diffstat (limited to 'subsonic-android/res/layout/select_artist_header.xml')
-rw-r--r-- | subsonic-android/res/layout/select_artist_header.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subsonic-android/res/layout/select_artist_header.xml b/subsonic-android/res/layout/select_artist_header.xml index 247eb806..50e10742 100644 --- a/subsonic-android/res/layout/select_artist_header.xml +++ b/subsonic-android/res/layout/select_artist_header.xml @@ -10,7 +10,7 @@ android:minHeight="?android:attr/listPreferredItemHeight">
<ImageView
- android:src="@drawable/select_artist_folder"
+ android:src="@drawable/main_select_server"
android:layout_gravity="center_vertical"
android:layout_width="wrap_content"
android:layout_height="wrap_content"/>
|