Skip to content

Instantly share code, notes, and snippets.

@kishorecs
kishorecs / NinePatchBitmapFactory.java
Created June 5, 2016 13:24 — forked from briangriffey/NinePatchBitmapFactory.java
Create 9-patches simlar to - (UIImage *)resizableImageWithCapInsets:(UIEdgeInsets)capInsets
import android.content.res.Resources;
import android.graphics.Bitmap;
import android.graphics.NinePatch;
import android.graphics.Rect;
import android.graphics.drawable.NinePatchDrawable;
import java.nio.ByteBuffer;
import java.nio.ByteOrder;
/**