Given this property of XML CheckMark CheckedTextView:
android:checkMark="?android:attr/listChoiceIndicatorMultiple"
How can you set the checkMark property dynamically (i.e. from code)? Does Android have any docs about this?
Usage: Android 1.5
Note:
I am creating a regular jar library that has no access to android XML resource files or files, so everything needs to be created programmatically.
source
share