~tomdroid-dev/tomdroid/sync-ui

« back to all changes in this revision

Viewing changes to res/values/arrays.xml

  • Committer: Rodja Trappe
  • Date: 2010-10-03 11:32:14 UTC
  • mfrom: (204.1.8 freshen-ui)
  • Revision ID: mail@rodja.net-20101003113214-3lt1ighuedvdmoaw
Merged with Matt Stevenson's freshen-ui branch which introduces last change dates in the note list and inserts the tomdroid logo in the actionbar.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<resources>
 
3
<array name="sortOrderArray">
 
4
        <item>sort_date</item>
 
5
        <item>sort_title</item>
 
6
</array>
 
7
<array name="sortOrderValues">
 
8
        <item>Date Modified</item>
 
9
        <item>Note Title</item>
 
10
</array>
 
11
</resources>