arrays.xml 469 Bytes
Newer Older
Lee Jaebin committed
1 2 3 4
<?xml version="1.0" encoding="utf-8"?>
<resources>
    
	<string-array name="sort_names">
5 6 7
        <item>작업명(가나다)</item>
        <item>최신 작업순</item>
        <item>오래된 작업순</item>
8
        <item>보고타입</item>
9
        <item>최신 열람순</item>
Lee Jaebin committed
10
    </string-array>
Lee Jaebin committed
11 12 13 14 15

    <string-array name="category_types">
        <item>전체</item>
        <item>분류</item>
    </string-array>
Lee Jaebin committed
16
</resources>