Closed chislon closed 7 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.
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.