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