[android-beginners] Re: Toggle Button

2009-04-12 Thread Ralf
Use an AbsoluteLayout. R/ On Sat, Apr 11, 2009 at 10:46 PM, Moorthy wrote: > > Hi all , >     I am new to android. I want to add Toggle Button in a particular > position (x , y) .so any idea please suggest me. > > Thanks > > > > --~--~-~--~~~---~--~~ You received

[android-beginners] Re: Toggle Button example

2009-02-11 Thread dave
I don't know... but i can giv you a small one here it only displays the ToggleButton changes it's statuts if clicked : import android.app.Activity; import android.os.Bundle; import android.widget.ToggleButton; public class ToggleButtonTest extends Activity { public void onCreate(Bundle