Skip to content
Permalink
Browse files
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.
@@ -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>

0 comments on commit 696f08e

Please sign in to comment.