summaryrefslogtreecommitdiff
path: root/res/values/arrays.xml
blob: fcac426de661b5b39a318a64cf7707b60d9df145 (plain)
1
2
3
4
5
6
7
8
9
10
11
12

    <resources>
		<string-array name="pref_theme_names">
        	<item>@string/theme_dark</item>
        	<item>@string/theme_light</item>
    	</string-array>
    	
    	<string-array name="pref_theme_values">
        	<item>THEME_DARK</item>
        	<item>THEME_LIGHT</item>
    	</string-array>
    </resources>