Example usage for Java android.widget CheckedTextView fields, constructors, methods, implement or subclass
The text is from its open source code.
Drawable | getCheckMarkDrawable() Gets the checkmark drawable |
boolean | isChecked() |
void | setChecked(boolean checked) Sets the checked state of this view. |
void | setCheckMarkDrawable(@DrawableRes int resId) Sets the check mark to the drawable with the specified resource ID. |
void | setCheckMarkDrawable(@Nullable Drawable d) Set the check mark to the specified drawable. |
void | setVisibility(int visibility) |
void | toggle() |