attrs.xml revision 7e3fa36d69ffee874dd364b8e3d9aa3cab9a273b
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<resources>
3860N/A <declare-styleable name="ProgressCircle">
3860N/A <attr name="max" format="integer" />
3860N/A <attr name="outer" format="boolean" />
3860N/A </declare-styleable>
</resources>