Expanded MediaplayerActivity + Bugfixes

This commit is contained in:
daniel
2012-06-05 13:46:26 +02:00
parent ee078c3ac8
commit 451483180f
7 changed files with 290 additions and 6 deletions

View File

@ -30,5 +30,9 @@
<!-- other messages -->
<string name="nofeeds_msg">No feeds added yet.</string>
<!-- Mediaplayer status Messages -->
<string name="player_paused_msg">Paused</string>
<string name="player_error_msg">Error!</string>
<string name="player_stopped_msg">Stopped</string>
<string name="player_preparing_msg">Preparing...</string>
</resources>