1f5e14bec4e13bdc1d5cd05bbcb81cf011770b149Daniel Sandler<?xml version="1.0" encoding="utf-8"?>
2f5e14bec4e13bdc1d5cd05bbcb81cf011770b149Daniel Sandler<!-- Copyright (C) 2011 The Android Open Source Project
3f5e14bec4e13bdc1d5cd05bbcb81cf011770b149Daniel Sandler
4f5e14bec4e13bdc1d5cd05bbcb81cf011770b149Daniel Sandler     Licensed under the Apache License, Version 2.0 (the "License");
5f5e14bec4e13bdc1d5cd05bbcb81cf011770b149Daniel Sandler     you may not use this file except in compliance with the License.
6f5e14bec4e13bdc1d5cd05bbcb81cf011770b149Daniel Sandler     You may obtain a copy of the License at
7f5e14bec4e13bdc1d5cd05bbcb81cf011770b149Daniel Sandler
8f5e14bec4e13bdc1d5cd05bbcb81cf011770b149Daniel Sandler          http://www.apache.org/licenses/LICENSE-2.0
9f5e14bec4e13bdc1d5cd05bbcb81cf011770b149Daniel Sandler
10f5e14bec4e13bdc1d5cd05bbcb81cf011770b149Daniel Sandler     Unless required by applicable law or agreed to in writing, software
11f5e14bec4e13bdc1d5cd05bbcb81cf011770b149Daniel Sandler     distributed under the License is distributed on an "AS IS" BASIS,
12f5e14bec4e13bdc1d5cd05bbcb81cf011770b149Daniel Sandler     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13f5e14bec4e13bdc1d5cd05bbcb81cf011770b149Daniel Sandler     See the License for the specific language governing permissions and
14f5e14bec4e13bdc1d5cd05bbcb81cf011770b149Daniel Sandler     limitations under the License.
15f5e14bec4e13bdc1d5cd05bbcb81cf011770b149Daniel Sandler-->
16f5e14bec4e13bdc1d5cd05bbcb81cf011770b149Daniel Sandler
17f5e14bec4e13bdc1d5cd05bbcb81cf011770b149Daniel Sandler<shape xmlns:android="http://schemas.android.com/apk/res/android"
18f5e14bec4e13bdc1d5cd05bbcb81cf011770b149Daniel Sandler    android:shape="oval"
19f5e14bec4e13bdc1d5cd05bbcb81cf011770b149Daniel Sandler    >
2010c66afbd05e91143ea9bd109d3ce578e53dab14Jim Miller    <size android:height="@dimen/keyguard_lockscreen_outerring_diameter"
2110c66afbd05e91143ea9bd109d3ce578e53dab14Jim Miller          android:width="@dimen/keyguard_lockscreen_outerring_diameter" />
22f5e14bec4e13bdc1d5cd05bbcb81cf011770b149Daniel Sandler    <solid android:color="#00000000" />
23a7da8afe6dc866786acab8b06524d0079caa3fd7Jim Miller    <stroke android:color="#1affffff" android:width="2dp" />
2420039ad17b94873ee40fdd61c3d1d1aa590010dfJim Miller</shape>
25