On Thu, Sep 16, 2010 at 5:22 PM, Neilz <[email protected]> wrote: > As standard, you get a radio button, with what I assume is a TextView > alongside it containing the text to be displayed. I want to somehow > override this to be a WebView. > > Can this be done?
Step #1: android:text="" on the RadioButton Step #2: Put a WebView in the layout -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy -- 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

