Revision as of 14:48, 31 March 2017 by Dinko (talk | contribs) (Created page with "<div style="float:right; clear:both; margin-left:0.5em;">__TOC__</div> <span STYLE="font-size: xx-large">arrays.xml</span> Category:XML_files '''arrays.xml''' is an XML f...")
arrays.xml
arrays.xml is an XML file which holds all values and translations of specific list for ginstr app.
Example
<?xml version="1.0" encoding="utf-8"?> <resources> <string-array name="percentages"> <item>10%</item> <item>20%</item> <item>30%</item> <item>40%</item> <item>50%</item> <item>60%</item> <item>70%</item> <item>80%</item> <item>90%</item> <item>100%</item> </string-array> <string-array name="percentages_value"> <item>10</item> <item>20</item> <item>30</item> <item>40</item> <item>50</item> <item>60</item> <item>70</item> <item>80</item> <item>90</item> <item>100</item> </string-array> </resources>