Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #9139 from nickbeth00/fix-landscape-rotation-android
Android: add reverse landscape to screen orientation settings
  • Loading branch information
JosJuice committed Oct 9, 2020
2 parents 0029ca8 + f0b2f51 commit 696f08e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/Android/app/src/main/res/values/arrays.xml
Expand Up @@ -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>
Expand Down

0 comments on commit 696f08e

Please sign in to comment.