Changed notification to pause button instead of play button

This commit is contained in:
Joshua Bahnsen 2012-05-19 16:01:30 -07:00
parent 6390d9235f
commit b8222a6888
1 changed files with 1 additions and 1 deletions

View File

@ -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" />
<ImageButton
android:id="@+id/control_next"