I am creating a RelativeLayout programmatically, and thus, I need to add this xml attribute: android:clickable="true"
programmatically.
How can this be done? thanks!
I am creating a RelativeLayout programmatically, and thus, I need to add this xml attribute: android:clickable="true"
programmatically.
How can this be done? thanks!