keyguard_glow_pad_container.xml revision 25a272a9f6323f6a3513bb522d45e839449878ce
15f016e2cb5d11daeb237544de1c5d59f20fe1a6eReid Spencer<?xml version="1.0" encoding="utf-8"?>
25f016e2cb5d11daeb237544de1c5d59f20fe1a6eReid Spencer<!--
35f016e2cb5d11daeb237544de1c5d59f20fe1a6eReid Spencer**
45f016e2cb5d11daeb237544de1c5d59f20fe1a6eReid Spencer** Copyright 2012, The Android Open Source Project
50bc735ffcfb223c0186419547abaa5c84482663eChris Lattner**
60bc735ffcfb223c0186419547abaa5c84482663eChris Lattner** Licensed under the Apache License, Version 2.0 (the "License")
75f016e2cb5d11daeb237544de1c5d59f20fe1a6eReid Spencer** you may not use this file except in compliance with the License.
85f016e2cb5d11daeb237544de1c5d59f20fe1a6eReid Spencer** You may obtain a copy of the License at
95f016e2cb5d11daeb237544de1c5d59f20fe1a6eReid Spencer**
105f016e2cb5d11daeb237544de1c5d59f20fe1a6eReid Spencer**     http://www.apache.org/licenses/LICENSE-2.0
115f016e2cb5d11daeb237544de1c5d59f20fe1a6eReid Spencer**
125f016e2cb5d11daeb237544de1c5d59f20fe1a6eReid Spencer** Unless required by applicable law or agreed to in writing, software
135f016e2cb5d11daeb237544de1c5d59f20fe1a6eReid Spencer** distributed under the License is distributed on an "AS IS" BASIS,
145f016e2cb5d11daeb237544de1c5d59f20fe1a6eReid Spencer** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
159c3087b0b0bea2fd782205c1274ebfc4290265e0John McCall** See the License for the specific language governing permissions and
1682d0a418c8699fc6f4a9417457ffe93d43bba1c1Anton Korobeynikov** limitations under the License.
175f016e2cb5d11daeb237544de1c5d59f20fe1a6eReid Spencer*/
1879a9a3417929e340e84dcbc06ed9c3a277cad959Douglas Gregor-->
19384aff8b94bb0d1ad6c5667b90621e5699815bb2John McCall
20f8cc02e50553b5c3bc6570bff0c47ac7db85fe8dDaniel Jasper<merge xmlns:android="http://schemas.android.com/apk/res/android">
21c4a1dea2dc56bd1357ec91b829a0b9e68229a13eDaniel Dunbar    <include layout="@layout/keyguard_glow_pad_view"
22e91593ef084479340582b2ba177b44be50a717b7Daniel Dunbar        android:layout_width="wrap_content"
23c9366ba8fff6461a5b7f0fd2626d1bce3e98e629Matt Beaumont-Gay        android:layout_height="wrap_content"
24ad8dcf4a9df0e24051dc31bf9e6f3cd138a34298Chris Lattner        android:layout_gravity="bottom|center_horizontal"
25f7572a64a1e5f6f700527583ec5206a58ce6d9b6Douglas Gregor        android:layout_marginBottom="-60dp"/>
2691a0cc913ecc5619b76d2e40742fd09725be8c56Anders Carlsson</merge>