Re: [android-developers] Spinner , truncate text instead of wrap text

2011-09-08 Thread JI
it does work thank you for your help -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] Spinner , truncate text instead of wrap text

2011-09-07 Thread JI
Hi all, the text displayed in spinner will be wrap when it is too long, but I expect it will truncate the text instead of wrap it. Is it possible??? Thx everyone -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

Re: [android-developers] Spinner , truncate text instead of wrap text

2011-09-07 Thread TreKing
On Wed, Sep 7, 2011 at 10:16 AM, JI jacky1...@gmail.com wrote: Is it possible??? Probably - you can set the view that is used in spinner, and on that you can probably set whether it wraps or not. -