You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
566 B
XML
20 lines
566 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
|
|
<string name="app_name">App</string>
|
|
<string name="action_settings">Settings</string>
|
|
<string name="hello_world">Hello world!</string>
|
|
|
|
<string-array name="items">
|
|
<item>Item 1</item>
|
|
<item>Item 2</item>
|
|
<item>Item 3</item>
|
|
<item>Item 4</item>
|
|
<item>Item 5</item>
|
|
<item>Item 6</item>
|
|
</string-array>
|
|
|
|
<string name="drawer_open">Open navigation drawer</string>
|
|
<string name="drawer_close">Close navigation drawer</string>
|
|
</resources>
|