Files
android_development/samples/Support7Demos/res/values/arrays.xml
Chris Banes 53267867a7 Add DialogFragment demo
BUG: 20590925

Change-Id: I6506d841f70ffb5adf200febe60a24445eca5abd
2015-05-05 15:55:41 +00:00

45 lines
1.6 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>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://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>
<string-array name="dialog_types">
<item>Simple</item>
<item>Button bar</item>
</string-array>
<string-array name="alert_dialog_types">
<item>Simple</item>
<item>Simple with buttons</item>
<item>List (single choice)</item>
<item>List (multi choice)</item>
</string-array>
</resources>