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