blob: 554cc96abe072a058d21998238efdddfc0bd671c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<?xml version="1.0" encoding="utf-8" ?>
<resources>
<string-array name="font">
<item> 500px</item>
<item> address-book</item>
<item> address-book-o</item>
<item> address-card</item>
<item> address-card-o</item>
<item> adjust</item>
<item> adn</item>
</string-array>
</resources>
|