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.
TermApp/app/src/main/res/values/orientations.xml

9 lines
227 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="orientations">
<item></item>
<item>90°</item>
<item>180°</item>
<item>270°</item>
</string-array>
</resources>