Truncated string in android spinners

Posted by DrogoNevets on Stack Overflow See other posts from Stack Overflow or by DrogoNevets
Published on 2010-03-22T09:49:24Z Indexed on 2010/03/22 9:51 UTC
Read the original article Hit count: 350

Filed under:
|
|

On the iPhone, if an option is too long for the area, instead of wrappeing you get a "..." at the end of the "drop down" and the user will know there is more text than is shown.

I want to recreate this with android but am new to it so cant see how.

I want the heights of "rows" in my layout to be uniform hence not able to wrap the text.

Thanks in advance.

© Stack Overflow or respective owner

Related posts about android

Related posts about spinner