Then try out what Mark suggested: set an empty text on the RadioButton, and
on its side put a WebView.
I haven't tried this myself, but it should be something like this:

<LinearLayout orientation="horizontal" ...>
    <RadioButton
        ....
        android:text=""
        ...
     />

     <WebView
        ...
     />
</LinearLayout>

On Fri, Sep 17, 2010 at 11:26 AM, Neilz <[email protected]> wrote:

> Unfortunately I'm using a lot of tags that, as far as I know, this
> won't support. The reason I'm using WebView is that I need javascript
> calls, links with OnClick() etc. I don't think that's supported by
> that method?
>
> On Sep 17, 9:39 am, Kumar Bibek <[email protected]> wrote:
> > If you have a text that is HTML, you can set the text to a RadioButton
> > like this.
> >
> > RadioButton.setText(Html.from(htmlString));
> >
> > Try this out, this should work.
> >
> > -Kumar Bibekhttp://techdroid.kbeanie.com
> >
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]<android-developers%[email protected]>
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>



-- 
YuviDroid
Check out Launch-X <http://android.yuvalsharon.net/launchx.php> (a widget to
quickly access your favorite apps and contacts!)
http://android.yuvalsharon.net

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to