1
0
mirror of https://github.com/danog/mklwp.git synced 2024-12-13 01:27:23 +01:00
mklwp/other/backup/res/values/arrays.xml
2015-12-30 19:16:33 +01:00

13 lines
370 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<resources>
<string-array name="size_names">
<item>Big (Default)</item>
<item>Medium</item>
<item>Small</item>
</string-array>
<string-array name="size_values">
<item>480, 854</item>
<item>480, 600</item>
<item>320, 480</item>
</string-array>
</resources>