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

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

Tipple reborn after Chris's Summer of Code 2013

  • Property svn:mime-type set to application/xml
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.