From b8222a6888616c667ebfd2ca4ab2affcaa4a7e5a Mon Sep 17 00:00:00 2001 From: Joshua Bahnsen Date: Sat, 19 May 2012 16:01:30 -0700 Subject: [PATCH] Changed notification to pause button instead of play button --- res/layout/notification.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/layout/notification.xml b/res/layout/notification.xml index 073128d1..07d1a842 100644 --- a/res/layout/notification.xml +++ b/res/layout/notification.xml @@ -85,7 +85,7 @@ android:layout_marginTop="2dip" android:layout_weight="0.0" android:background="@drawable/btn_bg" - android:src="@drawable/status_play" /> + android:src="@drawable/status_pause" />