eltos / SimpleDialogFragments

An Android library to create dialogs with ease and handle user interaction reliably, using fragments and material design.
Apache License 2.0
119 stars 17 forks source link

SimpleListDialog (choiceMode SINGLE_CHOICE and MULTI_CHOICE): Text may not be fully visible #66

Closed mtotschnig closed 3 years ago

mtotschnig commented 3 years ago

SimpleListDialog with choiceMode SINGLE_CHOICE and MULTI_CHOICE does not display items with long text fully. This problem may also affect shorter items when user has selected large font size or display size.

Steps to reproduce

  1. Create a SimpleListDialog and add an item with long text, and/or change system settings for font size and/or display size.

Expected behaviour

Item should be fully visible.

Actual behaviour

Item appears cut. device-2020-12-28-163821

Test Environment

Property Value
Library version 3.3
Android version 10

The issue was brought up in the context of https://github.com/mtotschnig/MyExpenses/issues/715