-
Notifications
You must be signed in to change notification settings - Fork 117
Open
Description
I use this library for MTG Familiar. A user using an Xperia T reported the following dialog with strangely offset checkboxes:

The dialog is built using this code:
mRarityDialog = new AlertDialogPro
.Builder(this.getActivity())
.setTitle(R.string.search_rarities)
.setMultiChoiceItems(mRarityNames, mRarityChecked, multiChoiceClickListener)
.setPositiveButton(R.string.dialog_ok, clickListener)
.create();Thank you for looking into this UI issue.
Metadata
Metadata
Assignees
Labels
No labels