aprijal-psrb / android-color-picker

Automatically exported from code.google.com/p/android-color-picker
0 stars 0 forks source link

Landscape view is cut off #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Enable rotation and screen only shows part of dialog (Nexus One)

Original issue reported on code.google.com by timoth...@gmail.com on 9 Mar 2011 at 1:00

GoogleCodeExporter commented 9 years ago
True. I haven't thought of how to re-layout on landscape mode.

Any ideas?

Original comment by yukuku on 9 Mar 2011 at 4:18

GoogleCodeExporter commented 9 years ago
This (http://code.google.com/p/color-picker-view/) color picker
resizes slightly better - I havent dived into their code but it could
be related to not using AbsoluteLayouts. Im also not sure about using
the AlertDialog... perhaps a Dialog would solve the problem with so
much space at the top??
To make the picker work well in landscape mode I would suggest putting
the initial/selected color on the right (ie a different layout file
for landscape).
I also noticed that ldpi has a problem so perhaps it would be nice to
render the picker smaller for smaller sized screens.

Original comment by timoth...@gmail.com on 10 Mar 2011 at 10:06

GoogleCodeExporter commented 9 years ago
Fixed in r2.

Original comment by yukuku on 3 Nov 2011 at 8:00