Support7Demos: media router sample

Change-Id: Ie2a6a98cd256caae84f76dd398f9113f07cd4dd3
This commit is contained in:
Chong Zhang
2013-06-19 22:35:54 -07:00
parent de21cf4885
commit ba708c7f49
23 changed files with 2851 additions and 288 deletions

View File

@@ -16,18 +16,16 @@
<resources>
<string-array name="media_names">
<item>My favorite video of cats</item>
<item>Cats on parade</item>
<item>Cats with hats</item>
<item>Hats on cats</item>
<item>Cats on mats</item>
<item>Big Buck Bunny</item>
<item>Elephants Dream</item>
<item>Sintel</item>
<item>Tears of Steel</item>
</string-array>
<string-array name="media_uris">
<item>http://cats.example.com/favorite-cats.mp4</item>
<item>http://cats.example.com/cats-on-parade.mp4</item>
<item>http://cats.example.com/cats-with-hats.mp4</item>
<item>http://cats.example.com/hats-on-cats.mp4</item>
<item>http://cats.example.com/cats-on-mats.mp4</item>
<item>http://archive.org/download/BigBuckBunny_328/BigBuckBunny_512kb.mp4</item>
<item>http://archive.org/download/ElephantsDream_277/elephant_dreams_640_512kb.mp4</item>
<item>http://archive.org/download/Sintel/sintel-2048-stereo_512kb.mp4</item>
<item>http://archive.org/download/Tears-of-Steel/tears_of_steel_720p.mp4</item>
</string-array>
</resources>

View File

@@ -26,8 +26,9 @@
use MediaRouter from the support library. Select a route from the action bar.</string>
<string name="media_route_menu_title">Play on...</string>
<string name="play_button_text">Play</string>
<string name="statistics_button_text">Show Statistics</string>
<string name="library_tab_text">Library</string>
<string name="playlist_tab_text">Playlist</string>
<string name="statistics_tab_text">Statistics</string>
<string name="sample_media_route_provider_service">Media Route Provider Service Support Library Sample</string>
<string name="fixed_volume_route_name">Fixed Volume Remote Playback Route</string>
@@ -88,4 +89,8 @@
<string name="action_bar_fragment_has_options_menu">Set has options menu to true</string>
<string name="action_bar_fragment_menu_visibility">Set menu visibility to true</string>
<string name="sample_media_route_provider_remote">Remote Playback (Simulated)</string>
<string name="sample_media_route_activity_local">Local Playback</string>
<string name="sample_media_route_activity_presentation">Local Playback on Presentation Display</string>
</resources>