android: add SENSOR_REVERSE_LANDSCAPE as an option
This commit is contained in:
parent
0029ca84b0
commit
f0b2f51e1d
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue