diff options
| author | nickbeth00 <37104290+nickbeth00@users.noreply.github.com> | 2020-10-07 22:40:21 +0200 |
|---|---|---|
| committer | nickbeth00 <37104290+nickbeth00@users.noreply.github.com> | 2020-10-08 09:22:10 +0200 |
| commit | f0b2f51e1db3640cc8aef5e98b0c74a024af0ba0 (patch) | |
| tree | 05b65622c736490046b7a122e641b21c201c01f5 /Source/Android | |
| parent | 0029ca84b07f44e3ce8c80a44fa0285a966b34d3 (diff) | |
android: add SENSOR_REVERSE_LANDSCAPE as an option
Diffstat (limited to 'Source/Android')
| -rw-r--r-- | Source/Android/app/src/main/res/values/arrays.xml | 2 |
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> |
