Skip to content

Instantly share code, notes, and snippets.

@alohaabhi
Last active May 20, 2019 03:39
Show Gist options
  • Save alohaabhi/74db2c8f28ce886db268a35102c17bf5 to your computer and use it in GitHub Desktop.
Save alohaabhi/74db2c8f28ce886db268a35102c17bf5 to your computer and use it in GitHub Desktop.
val lime = inflater.inflate(R.layout.rectangle, rootView, false)
lime.setBackgroundColor(ContextCompat.getColor(this, R.color.lime))
rootView.addView(lime)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment