notes_app/app/src/main/res/values/strings.xml

12 lines
294 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Notes</string>
<string-array name="sort_options">
<item>Most Recent</item>
<item>Oldest First</item>
<item>A to Z</item>
<item>Z to A</item>
</string-array>
</resources>