My checkbox does not appear in my CheckedTextView
Posted
by gregm
on Stack Overflow
See other posts from Stack Overflow
or by gregm
Published on 2010-05-28T11:05:05Z
Indexed on
2010/05/28
11:12 UTC
Read the original article
Hit count: 320
android
Here is how I setup my checked text view. How come no check box appeared?
I also added this but it had not effect: listView.setChoiceMode(ListView.CHOICE_MODE_SINGLE);
> <CheckedTextView
> android:id="@+id/ctv_checktext"
> android:layout_width="fill_parent"
> android:paddingLeft="2px"
> android:paddingRight="2px"
> android:paddingTop="2px"
> android:layout_height="wrap_content"
> />
© Stack Overflow or respective owner