b76e85d5549ba6fc5535ec2a590bad9443bb14d8Ken Stubbings<?xml version="1.0" encoding="utf-8"?>
eaf6de42255b7dab8d5531d29fffc299b3aaddd4Robert Wapshott<!--
eaf6de42255b7dab8d5531d29fffc299b3aaddd4Robert Wapshott The contents of this file are subject to the terms of the Common Development and
eaf6de42255b7dab8d5531d29fffc299b3aaddd4Robert Wapshott Distribution License (the License). You may not use this file except in compliance with the
eaf6de42255b7dab8d5531d29fffc299b3aaddd4Robert Wapshott License.
eaf6de42255b7dab8d5531d29fffc299b3aaddd4Robert Wapshott
eaf6de42255b7dab8d5531d29fffc299b3aaddd4Robert Wapshott You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
eaf6de42255b7dab8d5531d29fffc299b3aaddd4Robert Wapshott specific language governing permission and limitations under the License.
eaf6de42255b7dab8d5531d29fffc299b3aaddd4Robert Wapshott
eaf6de42255b7dab8d5531d29fffc299b3aaddd4Robert Wapshott When distributing Covered Software, include this CDDL Header Notice in each file and include
eaf6de42255b7dab8d5531d29fffc299b3aaddd4Robert Wapshott the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
eaf6de42255b7dab8d5531d29fffc299b3aaddd4Robert Wapshott Header, with the fields enclosed by brackets [] replaced by your own identifying
eaf6de42255b7dab8d5531d29fffc299b3aaddd4Robert Wapshott information: "Portions copyright [year] [name of copyright owner]".
eaf6de42255b7dab8d5531d29fffc299b3aaddd4Robert Wapshott
eaf6de42255b7dab8d5531d29fffc299b3aaddd4Robert Wapshott Copyright 2015-2016 ForgeRock AS.
eaf6de42255b7dab8d5531d29fffc299b3aaddd4Robert Wapshott-->
f370eece69b53591e104fab667134cfe8d96fabdNathaniel McCallum<alpha xmlns:android="http://schemas.android.com/apk/res/android"
f370eece69b53591e104fab667134cfe8d96fabdNathaniel McCallum android:interpolator="@android:anim/accelerate_interpolator"
f370eece69b53591e104fab667134cfe8d96fabdNathaniel McCallum android:fillAfter="true"
f370eece69b53591e104fab667134cfe8d96fabdNathaniel McCallum android:fromAlpha="0.1"
f370eece69b53591e104fab667134cfe8d96fabdNathaniel McCallum android:toAlpha="1.0"
f370eece69b53591e104fab667134cfe8d96fabdNathaniel McCallum android:duration="500"
f370eece69b53591e104fab667134cfe8d96fabdNathaniel McCallum />