im using list who fill by simple cursor adapter and there is 2 text who
should to fill in the android.R.layout.simple_expandable_list_item_2 its
work done but i want add check box but the
android.R.layout.simple_list_item_multiple_choice fill only one text so how
to override the android.R.layout.simple_list_item_multiple_choice to
override 2 text
 new SimpleCursorAdapter(this,
                    android.R.layout.simple_list_item_multiple_choice,
                    m_cur,
                    fields,
                    new int[] {android.R.id.text1, android.R.id.text2});

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to