Skip to content

Instantly share code, notes, and snippets.

View parallelcross's full-sized avatar

Matthew Wear parallelcross

View GitHub Profile
package com.example.pathshaderdrawable;
import android.graphics.Bitmap;
import android.graphics.Canvas;
import android.graphics.Paint;
import android.graphics.Path;
import android.graphics.Rect;
public class CircularDrawable extends PathDrawable {