source: other-projects/tipple-android/tipple-ar/tipple-standalone-hpg/res/values/arrays.xml@ 26528

Last change on this file since 26528 was 26528, checked in by davidb, 11 years ago

Code developed by the Tipple-AR Smoke and Mirrors team, based on the main tipple trunk

File size: 525 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<resources>
3 <string-array name="preferences_text_audio_mode_entries">
4 <item>Text only</item>
5 <item>Text with audio</item>
6 <item>Audio only</item>
7 <item>Audio with text</item>
8 </string-array>
9
10 <string-array name="preferences_text_audio_mode_entry_values">
11 <item>TEXT_ONLY</item>
12 <item>TEXT_PLUS_AUDIO</item>
13 <item>AUDIO_ONLY</item>
14 <item>AUDIO_PLUS_TEXT</item>
15 </string-array>
16
17 <string name="preferences_text_audio_mode_default">AUDIO_PLUS_TEXT</string>
18</resources>
Note: See TracBrowser for help on using the repository browser.