In my application Im creating 10 checkboxes during runtime and I want to set the following xml attributes programmatically. I've been searching everywhere and cannot find any solution and I'm pretty new to android development. Would appreciate any kind of help!
android:button="@null"
android:drawableTop="?android:attr/listChoiceIndicatorMultiple"
I've been researching on how to access the android:attr file without any success.