joe_androidsecurity
04/16/2017, 3:19 PMjoe_androidsecurity
04/16/2017, 5:14 PMjoe_androidsecurity
04/16/2017, 6:05 PMblakelee
04/17/2017, 1:29 AMverticalLayout { id = R.id.name }
Then put that id in your res/values/ids file.
Then when you want to call it you can say val bt = find<verticalLayout>(R.id.name)
Finally
bt.background
or whatever you wantblakelee
04/17/2017, 1:31 AMjoe_androidsecurity
04/20/2017, 5:42 PM