summaryrefslogtreecommitdiffstats
path: root/core/res/res/values-sw380dp-land
diff options
context:
space:
mode:
authorJim Miller <jaggies@google.com>2012-10-10 19:02:40 -0700
committerJim Miller <jaggies@google.com>2012-10-10 19:02:40 -0700
commit71b3cd56a618e66a407081ee46bf3f64bd0e9582 (patch)
treea40dae32ff7c35b635ee5a9b7b6c3519ecca6457 /core/res/res/values-sw380dp-land
parentfa5bc081593891959c143e0de9e59dd076a47b42 (diff)
downloadframeworks_base-71b3cd56a618e66a407081ee46bf3f64bd0e9582.zip
frameworks_base-71b3cd56a618e66a407081ee46bf3f64bd0e9582.tar.gz
frameworks_base-71b3cd56a618e66a407081ee46bf3f64bd0e9582.tar.bz2
Final keyguard tablet layout integration
This change integrates the finalized tablet layouts for keyguard. It supports both 7" and 10" tablets and makes some minor tweaks on phones. Bug 7094419 Change-Id: I7b683382974de509e8045210544ea959db82e72d
Diffstat (limited to 'core/res/res/values-sw380dp-land')
-rw-r--r--core/res/res/values-sw380dp-land/dimens.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/core/res/res/values-sw380dp-land/dimens.xml b/core/res/res/values-sw380dp-land/dimens.xml
new file mode 100644
index 0000000..d1a1bed
--- /dev/null
+++ b/core/res/res/values-sw380dp-land/dimens.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/* //device/apps/common/assets/res/any/dimens.xml
+**
+** Copyright 2012, 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>
+ <!-- Top margin for the clock view -->
+ <dimen name="kg_clock_top_margin">67dp</dimen>
+</resources>