2011-10-15 13:11:11 -04:00
|
|
|
<!--
|
|
|
|
~ Copyright (c) 2009-2011. Created by serso aka se.solovyev.
|
|
|
|
~ For more information, please, contact se.solovyev@gmail.com
|
|
|
|
~ or visit http://se.solovyev.org
|
|
|
|
-->
|
|
|
|
|
|
|
|
<resources>
|
|
|
|
<string-array name="p_theme_names">
|
2011-10-15 14:11:59 -04:00
|
|
|
<item>@string/p_default_theme</item>
|
|
|
|
<item>@string/p_violet_theme</item>
|
|
|
|
<item>@string/p_light_blue_theme</item>
|
2011-10-15 13:11:11 -04:00
|
|
|
</string-array>
|
|
|
|
<string-array name="p_theme_values">
|
|
|
|
<item>default_theme</item>
|
|
|
|
<item>violet_theme</item>
|
|
|
|
<item>light_blue_theme</item>
|
|
|
|
</string-array>
|
|
|
|
</resources>
|