mirror of https://github.com/tasks/tasks
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
485 B
XML
17 lines
485 B
XML
13 years ago
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<resources>
|
||
|
<!-- Used in app/menu examples -->
|
||
|
<string-array name="entries_list_preference">
|
||
|
<item>Alpha Option 01</item>
|
||
|
<item>Beta Option 02</item>
|
||
|
<item>Charlie Option 03</item>
|
||
|
</string-array>
|
||
|
|
||
|
<!-- Used in app/menu examples -->
|
||
|
<string-array name="entryvalues_list_preference">
|
||
|
<item>alpha</item>
|
||
|
<item>beta</item>
|
||
|
<item>charlie</item>
|
||
|
</string-array>
|
||
|
</resources>
|