Skip to content

Instantly share code, notes, and snippets.

@edBaev
edBaev / RoundedImageView.java
Created June 22, 2012 19:35 — forked from Pretz/RoundedImageView.java
Andround Rounded Image View
package com.yelp.android.ui.widgets;
import com.yelp.android.R;
import android.content.Context;
import android.content.res.TypedArray;
import android.graphics.Canvas;
import android.graphics.Paint;
import android.graphics.PorterDuff;
import android.graphics.PorterDuffXfermode;