[Android] res: add player_overflow menu

Edward Wang git at videolan.org
Mon Feb 4 06:04:41 CET 2013


vlc-ports/android | branch: master | Edward Wang <edward.c.wang at compdigitec.com> | Sun Feb  3 23:47:38 2013 -0500| [88b0e683cf271747f61fc49f0c9693d5d522142a] | committer: Edward Wang

res: add player_overflow menu

> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=88b0e683cf271747f61fc49f0c9693d5d522142a
---

 vlc-android/res/menu/player_overflow.xml |    9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/vlc-android/res/menu/player_overflow.xml b/vlc-android/res/menu/player_overflow.xml
new file mode 100644
index 0000000..0c30179
--- /dev/null
+++ b/vlc-android/res/menu/player_overflow.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<menu xmlns:android="http://schemas.android.com/apk/res/android">
+    <item
+        android:id="@+id/playback_speed"
+        android:title="Playback speed" />
+    <item
+        android:id="@+id/sleep_timer"
+        android:title="Sleep timer" />
+</menu>
\ No newline at end of file



More information about the Android mailing list