source: other-projects/tipple-android/res/values/arrays.xml@ 26523

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

A version of Tipple with the mods Casey made for her Masters work

File size: 916 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-array name="preferences_book_mode_entries">
18 <item >Book 1:Garden</item>
19 <item >Book 2:Garden Design</item>
20 <item>Book 1 and Book 2</item>
21 </string-array>
22
23 <string-array name="preferences_book_mode_entry_values">
24 <item>BOOK_A</item>
25 <item>BOOK_B</item>
26 <item>BOOK_AB</item>
27 </string-array>
28
29 <string name="preferences_book_mode_default">BOOK_AB</string>
30 <string name="preferences_text_audio_mode_default">AUDIO_PLUS_TEXT</string>
31</resources>
Note: See TracBrowser for help on using the repository browser.