Files
android_development/samples/Support7Demos/res/values/arrays.xml
Jeff Brown bda0c73168 Move media router samples to new Support7Demos project.
Add media router support library to SDK build.

Bug: 8175766
Change-Id: I2f333d40ad39e820e8d706a7dab086241692a861
2013-03-20 18:20:18 -07:00

34 lines
1.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2013 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<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>
</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>
</string-array>
</resources>