aboutsummaryrefslogtreecommitdiff
path: root/src/github/daneren2005/dsub/view
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2013-11-07 18:11:06 -0800
committerScott Jackson <daneren2005@gmail.com>2013-11-07 18:11:06 -0800
commit829257356ed808675b2ee0b55add8a09605fc3dc (patch)
tree2a8925cc8995854c72b47b5a587c7fc25429c926 /src/github/daneren2005/dsub/view
parent1d5fc68856aa35d6f73c9399ae9f5e952d7ecff7 (diff)
downloaddsub-829257356ed808675b2ee0b55add8a09605fc3dc.tar.gz
dsub-829257356ed808675b2ee0b55add8a09605fc3dc.tar.bz2
dsub-829257356ed808675b2ee0b55add8a09605fc3dc.zip
Update icons for notification icon + song view now playing
Diffstat (limited to 'src/github/daneren2005/dsub/view')
-rw-r--r--src/github/daneren2005/dsub/view/SongView.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/github/daneren2005/dsub/view/SongView.java b/src/github/daneren2005/dsub/view/SongView.java
index 95a80f6c..8e10a97f 100644
--- a/src/github/daneren2005/dsub/view/SongView.java
+++ b/src/github/daneren2005/dsub/view/SongView.java
@@ -222,7 +222,7 @@ public class SongView extends UpdateView implements Checkable {
if (playing) {
if(!this.playing) {
this.playing = playing;
- titleTextView.setCompoundDrawablesWithIntrinsicBounds(R.drawable.stat_notify_playing, 0, 0, 0);
+ titleTextView.setCompoundDrawablesWithIntrinsicBounds(R.drawable.now_playing, 0, 0, 0);
}
} else {
if(this.playing) {