Skip to content

Instantly share code, notes, and snippets.

@armanso
Created February 9, 2020 19:59
Show Gist options
  • Save armanso/b6602ea7e05e73bbc54e44bdf2e55c3b to your computer and use it in GitHub Desktop.
Save armanso/b6602ea7e05e73bbc54e44bdf2e55c3b to your computer and use it in GitHub Desktop.
class MainActivity : AppCompatActivity() {
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
setContentView(R.layout.activity_main)
testView.setShadow(R.color.shadow, R.dimen.radius, R.dimen.evl)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment