attenzione / android-ColorPickerPreference

ColorPickerPreference for android to create color picker in preferences. Project created as Library
Apache License 2.0
701 stars 295 forks source link

Layout cut off in LDPI QVGA #12

Closed chislon closed 7 years ago

chislon commented 12 years ago

When using this for my app, running the color picker dialog in QVGA/LDPI results in a partially cut off dialog window. I resolved this by hiding the title of the dialog on init.

requestWindowFeature(Window.FEATURE_NO_TITLE);

Not sure if anyone else will run into this issue.