arrays.xml 494 Bytes
Newer Older
Lee Jaebin committed
1 2 3 4 5
<?xml version="1.0" encoding="utf-8"?>
<resources>

    <!-- String Array -->
    <string-array name="sort_names">
6 7 8 9 10
        <item>Order by name</item>
        <item>Order by start date(descend)</item>
        <item>Order by start date(ascend)</item>
        <item>Order by operation Type</item>
        <item>Order by browse date(descend)</item>
Lee Jaebin committed
11
    </string-array>
Lee Jaebin committed
12 13 14 15 16

    <string-array name="category_types">
        <item>All</item>
        <item>Category</item>
    </string-array>
Lee Jaebin committed
17
</resources>