aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/values-land
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2011-09-08 10:27:36 +0900
committerTadashi G. Takaoka <takaoka@google.com>2011-09-08 11:02:55 +0900
commit2be872555c08a66a820695ca6961e18d02dec359 (patch)
treec02779fec35c32e4ee8ed45d45bf3583eceb8701 /java/res/values-land
parent6b97d2b9c2acd04780d517c057afeaeee9e5dbcb (diff)
downloadlatinime-2be872555c08a66a820695ca6961e18d02dec359.tar.gz
latinime-2be872555c08a66a820695ca6961e18d02dec359.tar.xz
latinime-2be872555c08a66a820695ca6961e18d02dec359.zip
Use full screen mode on landscape/phone device
Bug: 5262767 Change-Id: I721c18522c972ced9f359f2e5208572d54a4b7a1
Diffstat (limited to 'java/res/values-land')
-rw-r--r--java/res/values-land/config.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/java/res/values-land/config.xml b/java/res/values-land/config.xml
new file mode 100644
index 000000000..7d93cc2ff
--- /dev/null
+++ b/java/res/values-land/config.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+**
+** Copyright 2011, The Android Open Source Project
+**
+** Licensed under the Apache License, Version 2.0 (the "License");
+** you may not use this file except in compliance with the License.
+** You may obtain a copy of the License at
+**
+** http://www.apache.org/licenses/LICENSE-2.0
+**
+** Unless required by applicable law or agreed to in writing, software
+** distributed under the License is distributed on an "AS IS" BASIS,
+** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+** See the License for the specific language governing permissions and
+** limitations under the License.
+*/
+-->
+
+<resources>
+ <bool name="config_use_fullscreen_mode">true</bool>
+</resources>