toggle menu

android fade in animation XML

Vibhu Vikram Singh |02 Apr at 01:04

<?xml version="1.0" encoding="utf-8"?>

<set xmlns:android="http://schemas.android.com/apk/res/android"

    android:fillAfter="true" >

 

    <alpha

        android:duration="1000"

        android:fromAlpha="0.0"

        android:interpolator="@android:anim/accelerate_interpolator"

        android:toAlpha="1.0" />

 

</set>

  • 0 like
  • 1 comment

Govind Ramchander02 Apr at 01:04

getting an error in 14 API.How to Fix?

Posted:

02 Apr at 01:04

Viewed:

933 times

Active:

06 Apr at 10:04