[android-developers] Toggle button with more states that two

2011-03-10 Thread Duskox
I am trying to find if there is a possibility to use togglebutton in such a way to have more states that two? So I want a single button to change appearance (background image) depending on what state it is in. So if I have states 1, 2, 3, 4, 5 and off to be able to change between all those states

Re: [android-developers] Toggle button with more states that two

2011-03-10 Thread Justin Anderson
I don't think so, but it shouldn't be too hard to just subclass the Button class and implement this behavior yourself. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Mar 10, 2011 at 10:51 AM, Duskox dus...@gmail.com wrote: I am trying to find if