summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
Diffstat (limited to 'Source')
-rw-r--r--Source/Android/app/src/main/res/values/arrays.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Android/app/src/main/res/values/arrays.xml b/Source/Android/app/src/main/res/values/arrays.xml
index 010af14cee..0f86b9ba6d 100644
--- a/Source/Android/app/src/main/res/values/arrays.xml
+++ b/Source/Android/app/src/main/res/values/arrays.xml
@@ -435,11 +435,13 @@
<string-array name="orientationEntries">
<item>Landscape</item>
+ <item>Landscape (reverse)</item>
<item>Portrait</item>
<item>Auto</item>
</string-array>
<integer-array name="orientationValues">
<item>0</item>
+ <item>8</item>
<item>1</item>
<item>-1</item>
</integer-array>