[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?

[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

[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