diff options
author | 2011-09-08 10:27:36 +0900 | |
---|---|---|
committer | 2011-09-08 11:02:55 +0900 | |
commit | 2be872555c08a66a820695ca6961e18d02dec359 (patch) | |
tree | c02779fec35c32e4ee8ed45d45bf3583eceb8701 /java/res/values-sw600dp-land | |
parent | 6b97d2b9c2acd04780d517c057afeaeee9e5dbcb (diff) | |
download | latinime-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-sw600dp-land')
-rw-r--r-- | java/res/values-sw600dp-land/config.xml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/java/res/values-sw600dp-land/config.xml b/java/res/values-sw600dp-land/config.xml new file mode 100644 index 000000000..b3cd7278d --- /dev/null +++ b/java/res/values-sw600dp-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">false</bool> +</resources> |