199a9655b9333c3bff6e462b12baa56a5fcd4cb20Michael Jurka<?xml version="1.0" encoding="utf-8"?>
299a9655b9333c3bff6e462b12baa56a5fcd4cb20Michael Jurka<!--
399a9655b9333c3bff6e462b12baa56a5fcd4cb20Michael Jurka/* //device/apps/common/res/anim/recents_fade_in.xml
499a9655b9333c3bff6e462b12baa56a5fcd4cb20Michael Jurka**
599a9655b9333c3bff6e462b12baa56a5fcd4cb20Michael Jurka** Copyright 2012, The Android Open Source Project
699a9655b9333c3bff6e462b12baa56a5fcd4cb20Michael Jurka**
799a9655b9333c3bff6e462b12baa56a5fcd4cb20Michael Jurka** Licensed under the Apache License, Version 2.0 (the "License");
899a9655b9333c3bff6e462b12baa56a5fcd4cb20Michael Jurka** you may not use this file except in compliance with the License.
999a9655b9333c3bff6e462b12baa56a5fcd4cb20Michael Jurka** You may obtain a copy of the License at
1099a9655b9333c3bff6e462b12baa56a5fcd4cb20Michael Jurka**
1199a9655b9333c3bff6e462b12baa56a5fcd4cb20Michael Jurka**     http://www.apache.org/licenses/LICENSE-2.0
1299a9655b9333c3bff6e462b12baa56a5fcd4cb20Michael Jurka**
1399a9655b9333c3bff6e462b12baa56a5fcd4cb20Michael Jurka** Unless required by applicable law or agreed to in writing, software
1499a9655b9333c3bff6e462b12baa56a5fcd4cb20Michael Jurka** distributed under the License is distributed on an "AS IS" BASIS,
1599a9655b9333c3bff6e462b12baa56a5fcd4cb20Michael Jurka** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1699a9655b9333c3bff6e462b12baa56a5fcd4cb20Michael Jurka** See the License for the specific language governing permissions and
1799a9655b9333c3bff6e462b12baa56a5fcd4cb20Michael Jurka** limitations under the License.
1899a9655b9333c3bff6e462b12baa56a5fcd4cb20Michael Jurka*/
1999a9655b9333c3bff6e462b12baa56a5fcd4cb20Michael Jurka-->
2099a9655b9333c3bff6e462b12baa56a5fcd4cb20Michael Jurka
2199a9655b9333c3bff6e462b12baa56a5fcd4cb20Michael Jurka<alpha xmlns:android="http://schemas.android.com/apk/res/android"
2299a9655b9333c3bff6e462b12baa56a5fcd4cb20Michael Jurka        android:interpolator="@interpolator/decelerate_quad"
2399a9655b9333c3bff6e462b12baa56a5fcd4cb20Michael Jurka        android:fromAlpha="0.0" android:toAlpha="1.0"
2499a9655b9333c3bff6e462b12baa56a5fcd4cb20Michael Jurka        android:duration="150" />
25