HorizontalPicker icon indicating copy to clipboard operation
HorizontalPicker copied to clipboard

Dynamically sized elements.

Open mcyrulik opened this issue 11 years ago • 3 comments

screenshot 2015-03-13 13 21 37

Is there a way to have the picker dynamically size the view that each option is in, instead of needing the ellipse?

Yeah, I know this would be an enhancement... thoughts?

mcyrulik avatar Mar 13 '15 18:03 mcyrulik

At the moment this is not supported. It would be a nice feature. Unfortunately to do it it would mean that quite a lot of refactoring would be needed, because the way view is implemented at the moment. Maybe some day when I will have some spare time i'll fork this project and try to do something in this direction, but I don't see it getting into this project any time soon.

blazsolar avatar Mar 13 '15 21:03 blazsolar

@mcyrulik as a possible workaround, you could register an onItemSelected() listener to show a Crouton / Toast of the full text.

phileo avatar Mar 14 '15 03:03 phileo

@blazsolar Ok, thanks. Just thought that I would ask.

@phileo I thought of that.. client said no.

mcyrulik avatar Mar 14 '15 19:03 mcyrulik