[android-developers] URLSpan string problem

2010-01-04 Thread SimV01
...
URLSpan([123]);
...

 - when being displayed in my TextView only changes the color of
[123 and only makes [123 clickable. If I retrieve the URL with
getURL it returns [123] as expected - why does the defined URLSpan
in the TextView not include all of the colors? Is there a way to
correct this? Tried \\ and  in from of the ] but it did not
make a diffrence.

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: URLSpan string problem

2010-01-04 Thread SimV01
--got it, my code error in start, end of setSpan...

On Jan 4, 7:23 pm, SimV01 lr...@cox.net wrote:
 ...
 URLSpan([123]);
 ...

  - when being displayed in my TextView only changes the color of
 [123 and only makes [123 clickable. If I retrieve the URL with
 getURL it returns [123] as expected - why does the defined URLSpan
 in the TextView not include all of the colors? Is there a way to
 correct this? Tried \\ and  in from of the ] but it did not
 make a diffrence.

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] AlertDialog Question

2009-03-09 Thread SimV01

Is there a way to change the textsize used in AlertDialog.Builder -
setMultiChoiceItems(validRatesCursor, show, country, new
DialogInterface.OnMultiChoiceClickListener()...  Some of my country
fields have rather long names and they are getting cut off (with a ...
on the end). Can the textsize be set so more text can show - or the
line count be increased?

--~--~-~--~~~---~--~~
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-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---