Skip to content

Instantly share code, notes, and snippets.

@igalata
Created July 27, 2017 08:46
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/db379395821e07e59f865b959f812554 to your computer and use it in GitHub Desktop.
Save igalata/db379395821e07e59f865b959f812554 to your computer and use it in GitHub Desktop.
Shape.create {
shape { ShapeType.RECTANGLE }
height { 0.1f }
width { 0.1f }
bitmap { BitmapFactory.decodeResource(context.resources, R.drawable.image) }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment