Skip to content

Instantly share code, notes, and snippets.

View Sp4Rx's full-sized avatar
👾
GG!!

Suvajit Sarkar Sp4Rx

👾
GG!!
View GitHub Profile
@Sp4Rx
Sp4Rx / TilingDrawable.java
Created June 22, 2017 08:47 — forked from mswolters/TilingDrawable.java
TilingDrawable
public class TilingDrawable extends android.support.v7.graphics.drawable.DrawableWrapper {
private boolean callbackEnabled = true;
public TilingDrawable(Drawable drawable) {
super(drawable);
}
@Override
public void draw(Canvas canvas) {