From d14ecff7fc21bd22a3a6a2191e00746b4a39b4a6 Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Wed, 5 Sep 2012 21:50:55 -0700 Subject: Background color change on notification button press --- subsonic-android/res/drawable/btn_bg.xml | 17 +++++++++++++++++ subsonic-android/res/layout/notification.xml | 6 +++--- subsonic-android/res/values/colors.xml | 2 ++ 3 files changed, 22 insertions(+), 3 deletions(-) create mode 100644 subsonic-android/res/drawable/btn_bg.xml diff --git a/subsonic-android/res/drawable/btn_bg.xml b/subsonic-android/res/drawable/btn_bg.xml new file mode 100644 index 00000000..79d40784 --- /dev/null +++ b/subsonic-android/res/drawable/btn_bg.xml @@ -0,0 +1,17 @@ + + + + + + + + + \ No newline at end of file diff --git a/subsonic-android/res/layout/notification.xml b/subsonic-android/res/layout/notification.xml index a234f71e..2c65d7a0 100644 --- a/subsonic-android/res/layout/notification.xml +++ b/subsonic-android/res/layout/notification.xml @@ -60,7 +60,7 @@ #F1F0E6 #494B26 #830009 + + #8033b5e5 \ No newline at end of file -- cgit v1.2.3