Skip to content

Instantly share code, notes, and snippets.

View mycoola-zz's full-sized avatar

Michael Girgis mycoola-zz

View GitHub Profile
@rodrigohenriques
rodrigohenriques / CoordinatedImageView.java
Last active September 4, 2020 08:53
Used to collapse image view anchored at appbar
package com.github.rodrigohenriques.samples.customview;
import android.animation.Animator;
import android.animation.AnimatorListenerAdapter;
import android.annotation.TargetApi;
import android.content.Context;
import android.graphics.Matrix;
import android.graphics.Rect;
import android.graphics.RectF;
import android.os.Build;