summaryrefslogtreecommitdiff
path: root/StoneIsland/platforms/android/res
diff options
context:
space:
mode:
authorRene Ae <aehtyb@gmail.com>2015-12-10 20:35:14 -0600
committerRene Ae <aehtyb@gmail.com>2015-12-10 20:35:14 -0600
commite0392872bb83b0570a3e295d3b8c1953704199f5 (patch)
tree5bdec58d2927623ba1301d3c11c424b75c02bf01 /StoneIsland/platforms/android/res
parentb10c59b70991ad32fc1c978310fd3d5e32a7e5ff (diff)
android semi working state
Diffstat (limited to 'StoneIsland/platforms/android/res')
-rwxr-xr-xStoneIsland/platforms/android/res/xml/config.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/StoneIsland/platforms/android/res/xml/config.xml b/StoneIsland/platforms/android/res/xml/config.xml
index c0da36d1..69078b96 100755
--- a/StoneIsland/platforms/android/res/xml/config.xml
+++ b/StoneIsland/platforms/android/res/xml/config.xml
@@ -56,6 +56,7 @@
<preference name="SuppressesIncrementalRendering" value="true" />
<preference name="DisallowOverscroll" value="true" />
<preference name="HideKeyboardFormAccessoryBar" value="true" />
+ <preference name="orientation" value="portrait" />
<preference name="StatusBarOverlaysWebView" value="false" />
<preference name="StatusBarBackgroundColor" value="#000000" />
<preference name="StatusBarStyle" value="lightcontent" />