<?xml version="1.0" encoding="utf-8"?> | |
<!-- | |
SPDX-FileCopyrightText: 2009 The Android Open Source Project | |
SPDX-License-Identifier: Apache-2.0 | |
--> | |
<set xmlns:android="http://schemas.android.com/apk/res/android" | |
android:interpolator="@android:interpolator/decelerate_quad"> | |
<alpha | |
android:fromAlpha="0.0" | |
android:toAlpha="1.0" | |
android:duration="@android:integer/config_shortAnimTime" /> | |
</set> |