Skip to content

Instantly share code, notes, and snippets.

View Ashutosh-Tiwari's full-sized avatar
🏠
Working from home

Ashutosh Tiwari Ashutosh-Tiwari

🏠
Working from home
View GitHub Profile
@JakeWharton
JakeWharton / ForegroundImageView.java
Created July 10, 2014 16:42
An ImageView which supports a foreground drawable.
import android.content.Context;
import android.content.res.TypedArray;
import android.graphics.Canvas;
import android.graphics.drawable.Drawable;
import android.util.AttributeSet;
import android.widget.ImageView;
public class ForegroundImageView extends ImageView {
private Drawable foreground;