Skip to content

Instantly share code, notes, and snippets.

@leonsomed
leonsomed / AnimatedListView.java
Created March 26, 2016 23:26
AnimatedListView Android
package com.leonziyo.imagegallery;
import android.content.Context;
import android.util.AttributeSet;
import android.view.View;
import android.view.ViewTreeObserver;
import android.view.animation.AlphaAnimation;
import android.view.animation.Animation;
import android.view.animation.AnimationSet;
import android.view.animation.ScaleAnimation;