-
Notifications
You must be signed in to change notification settings - Fork 117
Open
@AEFeinstein
Description
I use this library for MTG Familiar. A user using an Xperia T reported the following dialog with strangely offset checkboxes:
screenshot_2015年07月05日-14-47-12
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