1
0
mirror of https://github.com/ultrasonic/ultrasonic synced 2024-12-28 09:40:27 +01:00

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

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"