Skip to content

Instantly share code, notes, and snippets.

@igalata
Created July 26, 2017 19:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save igalata/38bd5b8c61043a3dd935ba29aa50cda3 to your computer and use it in GitHub Desktop.
Save igalata/38bd5b8c61043a3dd935ba29aa50cda3 to your computer and use it in GitHub Desktop.
Shape.create {
shape { ShapeType.RECTANGLE }
height { 0.4f }
width { 0.4f }
bitmap { BitmapFactory.decodeResource(context.resources, R.drawable.circle_2) }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment