token.xml revision b76e85d5549ba6fc5535ec2a590bad9443bb14d8
3860N/A<?xml version="1.0" encoding="utf-8"?>
3860N/A<!--
3860N/A - FreeOTP
3860N/A -
3860N/A - Authors: Nathaniel McCallum <npmccallum@redhat.com>
3860N/A -
3860N/A - Copyright (C) 2013 Nathaniel McCallum, Red Hat
3860N/A -
3860N/A - Licensed under the Apache License, Version 2.0 (the "License");
3860N/A - you may not use this file except in compliance with the License.
3860N/A - You may obtain a copy of the License at
3860N/A -
3860N/A - http://www.apache.org/licenses/LICENSE-2.0
3860N/A -
3860N/A - Unless required by applicable law or agreed to in writing, software
3860N/A - distributed under the License is distributed on an "AS IS" BASIS,
3860N/A - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
3860N/A - See the License for the specific language governing permissions and
3860N/A - limitations under the License.
3860N/A -->
3860N/A
3860N/A<selector xmlns:android="http://schemas.android.com/apk/res/android">
3860N/A <item android:state_enabled="false">
3860N/A <color android:color="#7FFFFFFF" />
4103N/A </item>
3860N/A <item android:state_pressed="true">
3860N/A <color android:color="@android:color/transparent" />
3860N/A </item>
3860N/A <item>
3860N/A <color android:color="#FFFFFFFF" />
3860N/A </item>
3860N/A</selector>
3860N/A