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/sceneModes.xml

11 lines
314 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="sceneModes">
<item>0 - Disabled</item>
<item>5 - Night</item>
<item>9 - Snow</item>
<item>10 - Sunset</item>
<item>12 - Fireworks</item>
<item>18 - HDR</item>
</string-array>
</resources>