summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorDoris Liu <tianliu@google.com>2013-10-11 19:01:30 -0700
committerDoris Liu <tianliu@google.com>2013-10-11 20:10:46 -0700
commit86ad8435b60a91fc97abf9d188b1e1af457e4885 (patch)
tree04f157c7a07f256c5e1ac0fd23a5037014b50f17 /res
parent87d093d6145524b1c8f5c052dfe40c18b52e5235 (diff)
downloadandroid_packages_apps_Snap-86ad8435b60a91fc97abf9d188b1e1af457e4885.tar.gz
android_packages_apps_Snap-86ad8435b60a91fc97abf9d188b1e1af457e4885.tar.bz2
android_packages_apps_Snap-86ad8435b60a91fc97abf9d188b1e1af457e4885.zip
Correct initial orientation of camera controls
Bug: 8878379 Change-Id: I3ecf190b19e91ae963e67ae2930b7388c4f92c70
Diffstat (limited to 'res')
-rw-r--r--res/values-sw600dp/booleans.xml18
-rw-r--r--res/values/bool.xml1
2 files changed, 19 insertions, 0 deletions
diff --git a/res/values-sw600dp/booleans.xml b/res/values-sw600dp/booleans.xml
new file mode 100644
index 000000000..c7522cfa9
--- /dev/null
+++ b/res/values-sw600dp/booleans.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2013 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="is_tablet">true</bool>
+</resources> \ No newline at end of file
diff --git a/res/values/bool.xml b/res/values/bool.xml
index 464842ab4..067e3d9a9 100644
--- a/res/values/bool.xml
+++ b/res/values/bool.xml
@@ -15,4 +15,5 @@
-->
<resources>
<bool name="show_action_bar_title">false</bool>
+ <bool name="is_tablet">false</bool>
</resources> \ No newline at end of file