summaryrefslogtreecommitdiffstats
path: root/core/res/res/layout-land
diff options
context:
space:
mode:
authorAdam Powell <adamp@google.com>2012-10-12 19:20:10 -0700
committerAdam Powell <adamp@google.com>2012-10-12 19:33:49 -0700
commitf8b93b550340207451262de6f0d6f02b905136ed (patch)
treedf307caa051422219353be1a0a73fefbbdbe7ac1 /core/res/res/layout-land
parent8dd3aaddba551eab19cf7ced07ab066575377c5e (diff)
downloadframeworks_base-f8b93b550340207451262de6f0d6f02b905136ed.zip
frameworks_base-f8b93b550340207451262de6f0d6f02b905136ed.tar.gz
frameworks_base-f8b93b550340207451262de6f0d6f02b905136ed.tar.bz2
Fix offsets for glowpad on keyguard
Bug 7342491 Change-Id: Id9733070c28a85c47ac8b982768e47a4254bd825
Diffstat (limited to 'core/res/res/layout-land')
-rw-r--r--core/res/res/layout-land/keyguard_glow_pad_container.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/core/res/res/layout-land/keyguard_glow_pad_container.xml b/core/res/res/layout-land/keyguard_glow_pad_container.xml
new file mode 100644
index 0000000..f8364f1
--- /dev/null
+++ b/core/res/res/layout-land/keyguard_glow_pad_container.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+**
+** 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.
+*/
+-->
+
+<merge xmlns:android="http://schemas.android.com/apk/res/android">
+ <include layout="@layout/keyguard_glow_pad_view"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_gravity="center" />
+</merge> \ No newline at end of file