Changed notification to pause button instead of play button
This commit is contained in:
parent
6390d9235f
commit
b8222a6888
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue