source: other-projects/tipple-android/trunk-restructured/workspace/tipple-standalone-hpg/res/values/arrays.xml@ 24285

Last change on this file since 24285 was 23977, checked in by davidb, 13 years ago

Initial set of files for the Tipple project, to be run on an Android device

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.