Hello, i want to have following layout:
if a radiobutton is checked: the user can't use the seekbar. if the radiobutton is unchecked: the user can use the seekbar. Can I implement this behaviour in the layout xml file or must i check the the status of the radiobutton in the onCreate method and than make the seekbar (un)clickable?! Thanks, Stefan PS: if the radiobutton is checked, i want to see the seekbar, but it shouldnt be active. perhaps the color of the seekbar should become gray to show the user, that this seekbar isnt available now. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

