Android: Adding As Well As Referencing An Xml Resource
Adding an XML resource Inside your res folder is a values folder you lot tin transportation away right-click on this in addition to practise a New > Values resources file . Inside this, for the utilization of creating a elementary listing of strings, nosotros tin transportation away only place tags in addition to strings inward an identical means to that inward which nosotros honor inward the strings.xml file: <resources><string name="app_name">DraggingView</string></resources> If nosotros desire to practise an array however, whether that last an integer or string array nosotros must kickoff position the array every bit such yesteryear additional degree of nesting: <resources> <string-array name="font_sizes"> <item value="10">"10"</item> <item value="15">"15"</item> <item value="20">"20"</item> ...