1c4842c11932ea4f60fe7ae09b0a59660207e1587Svetoslav Ganov<?xml version="1.0" encoding="utf-8"?>
2c4842c11932ea4f60fe7ae09b0a59660207e1587Svetoslav Ganov<!-- Copyright (C) 2012 The Android Open Source Project
3c4842c11932ea4f60fe7ae09b0a59660207e1587Svetoslav Ganov
4c4842c11932ea4f60fe7ae09b0a59660207e1587Svetoslav Ganov     Licensed under the Apache License, Version 2.0 (the "License");
5c4842c11932ea4f60fe7ae09b0a59660207e1587Svetoslav Ganov     you may not use this file except in compliance with the License.
6c4842c11932ea4f60fe7ae09b0a59660207e1587Svetoslav Ganov     You may obtain a copy of the License at
7c4842c11932ea4f60fe7ae09b0a59660207e1587Svetoslav Ganov
8c4842c11932ea4f60fe7ae09b0a59660207e1587Svetoslav Ganov          http://www.apache.org/licenses/LICENSE-2.0
9c4842c11932ea4f60fe7ae09b0a59660207e1587Svetoslav Ganov
10c4842c11932ea4f60fe7ae09b0a59660207e1587Svetoslav Ganov     Unless required by applicable law or agreed to in writing, software
11c4842c11932ea4f60fe7ae09b0a59660207e1587Svetoslav Ganov     distributed under the License is distributed on an "AS IS" BASIS,
12c4842c11932ea4f60fe7ae09b0a59660207e1587Svetoslav Ganov     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13c4842c11932ea4f60fe7ae09b0a59660207e1587Svetoslav Ganov     See the License for the specific language governing permissions and
14c4842c11932ea4f60fe7ae09b0a59660207e1587Svetoslav Ganov     limitations under the License.
15c4842c11932ea4f60fe7ae09b0a59660207e1587Svetoslav Ganov-->
16c4842c11932ea4f60fe7ae09b0a59660207e1587Svetoslav Ganov
17c4842c11932ea4f60fe7ae09b0a59660207e1587Svetoslav Ganov<selector xmlns:android="http://schemas.android.com/apk/res/android">
18c4842c11932ea4f60fe7ae09b0a59660207e1587Svetoslav Ganov    <item android:state_focused="true" android:drawable="@drawable/kg_security_lock_focused" />
19c4842c11932ea4f60fe7ae09b0a59660207e1587Svetoslav Ganov    <item android:state_pressed="true" android:drawable="@drawable/kg_security_lock_pressed" />
20c4842c11932ea4f60fe7ae09b0a59660207e1587Svetoslav Ganov    <item android:drawable="@drawable/kg_security_lock_normal" />
21c4842c11932ea4f60fe7ae09b0a59660207e1587Svetoslav Ganov</selector>
22