From c84e0d9e6a645821531d39b31d9a457258c278ad Mon Sep 17 00:00:00 2001 From: hedwig34 Date: Mon, 10 Dec 2012 21:20:29 -0500 Subject: Added an attribute to use the main_offline_light image when using the light sytle. --- subsonic-android/res/layout/main_buttons.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'subsonic-android/res/layout/main_buttons.xml') diff --git a/subsonic-android/res/layout/main_buttons.xml b/subsonic-android/res/layout/main_buttons.xml index c5b3b43a..e8be57f0 100644 --- a/subsonic-android/res/layout/main_buttons.xml +++ b/subsonic-android/res/layout/main_buttons.xml @@ -46,7 +46,7 @@ android:id="@+id/main_offline" android:text="@string/main.offline" android:drawablePadding="12dip" - android:drawableLeft="@drawable/main_offline" + android:drawableLeft="?attr/offline_icon" android:layout_width="fill_parent" android:layout_height="wrap_content" android:textAppearance="?android:attr/textAppearanceMedium" -- cgit v1.2.3