summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2012-06-22 13:49:01 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2012-06-22 13:49:01 +0200
commit524161783a4e01559a54eaace22e43d0c5c649c4 (patch)
treeb0a21ed407064b6d020f2139d98df5a024fdb3b9 /res
parent940f133e4c5646dd0ea370456440066c22fbb062 (diff)
downloadAntennaPod-524161783a4e01559a54eaace22e43d0c5c649c4.zip
Rewrote most parts of PlaybackService and Mediaplayer Activity
Diffstat (limited to 'res')
-rw-r--r--res/menu/feeditem.xml1
-rw-r--r--res/values/strings.xml4
2 files changed, 4 insertions, 1 deletions
diff --git a/res/menu/feeditem.xml b/res/menu/feeditem.xml
index 9327d2509..ac4e28bc1 100644
--- a/res/menu/feeditem.xml
+++ b/res/menu/feeditem.xml
@@ -8,6 +8,7 @@
<item android:id="@+id/mark_unread_item" android:title="@string/mark_unread_label" android:visible="false" android:showAsAction="collapseActionView"></item>
<item android:id="@+id/add_to_queue_item" android:title="@string/add_to_queue_label" android:visible="false" android:showAsAction="collapseActionView"></item>
<item android:id="@+id/remove_from_queue_item" android:title="@string/remove_from_queue_label" android:visible="false" android:showAsAction="collapseActionView"></item>
+ <item android:id="@+id/stream_item" android:title="@string/stream_label" android:visible="false" android:showAsAction="collapseActionView"></item>
</menu> \ No newline at end of file
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 8f031c912..9d891d144 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -35,7 +35,7 @@
<!-- 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_stopped_msg">No media playing</string>
<string name="player_preparing_msg">Preparing...</string>
<string name="mark_read_label">Mark read</string>
<string name="mark_unread_label">Mark unread</string>
@@ -51,4 +51,6 @@
<string name="show_player_label">Show player</string>
<string name="add_to_queue_label">Add to Queue</string>
<string name="remove_from_queue_label">Remove from Queue</string>
+ <string name="player_ready_msg">Ready</string>
+ <string name="stream_label">Stream</string>
</resources>