Hi All,
I have the problem while displaying the Multi select list view. I am
able to display the list view with check boxes. But it is not aligned
properly. It is coming along with the text itself (followed by the
text).

I am using two lines of code for displaying this multi select list as
follows,

multiListView.setAdapter(new ArrayAdapter<String>(activityinstance,
android.R.layout.simple_list_item_multiple_choice, <my array>));
multiListView.setChoiceMode(ListView.CHOICE_MODE_MULTIPLE);

While checking and un checking  the items (check box) are dancing
(moving left and right).
Can any one suggest me to solve this issue.

Thanks in advance,
Muthu Kumar K.
--~--~---------~--~----~------------~-------~--~----~
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