Skip to content

Instantly share code, notes, and snippets.

import android.view.View;
import android.view.ViewGroup.LayoutParams;
import com.nineoldandroids.animation.Animator;
import com.nineoldandroids.animation.AnimatorListenerAdapter;
import com.nineoldandroids.animation.ValueAnimator;
public class ExpandUtils
{
public interface IOnAnimatorFinished