22 lines
610 B
XML
22 lines
610 B
XML
<!--
|
|
~ 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_layout_names">
|
|
<item>@string/p_layout_calculator</item>
|
|
<item>@string/p_layout_calculator_mobile</item>
|
|
<item>@string/p_layout_simple</item>
|
|
<item>@string/p_layout_simple_mobile</item>
|
|
</string-array>
|
|
<string-array name="p_layout_values">
|
|
<item>main_calculator</item>
|
|
<item>main_calculator_mobile</item>
|
|
<item>simple</item>
|
|
<item>simple_mobile</item>
|
|
</string-array>
|
|
|
|
</resources> |