android: extending CheckedTextView source code
问题 I was thinking of adding an icon to the items in a ListView who already has a text and a checkbox: simple_list_item_multiple_choice.xml which is nothing but a < CheckedTextView > tag with some attributes I'm aware of the custom adapter solution, but I really want and more intuitive solution. I know playing with the source code is not intuitive, but what I meant is the easiness of just doing this: SimpleCursorAdapter adapter = new SimpleCursorAdapter(this, // context android.R.layout.simple