Re: [android-developers] Re: Button Issue

2011-09-17 Thread Mark Murphy
The button is centered properly, most likely. However, the button background may have some whitespace at the bottom. Check the button background images in the SDK. On Sat, Sep 17, 2011 at 1:48 PM, giles ian wrote: > Has nobody faced this problem ?? i checked the images in android sdk .. the > bu

[android-developers] Re: Button Issue

2011-09-17 Thread giles ian
Has nobody faced this problem ?? i checked the images in android sdk .. the button is slightly upwards .. any solution/workaround ?? On Sat, Sep 17, 2011 at 10:44 AM, giles ian wrote: > > There is some space at bottom of the bottom. Its not centered vertically > properly even after using android

[android-developers] Re: Button issue

2008-12-18 Thread vaibhav goel
how come a pop up menu appear on clicking a button unless and until in its onclicklistener, popup menu is being invoked pls elaborate what are u trying to do... Vaibhav On Thu, Dec 18, 2008 at 11:32 AM, diya blore wrote: > > Hi ALL. > i m facing an issue.. wheni click on button a pop up m

[android-developers] Re: Button issue

2008-12-18 Thread loty
If you want to make the button disappear do button.setVisibility (View.GONE); or View.INVISIBLE in your button click handler On Dec 18, 1:02 am, "diya blore" wrote: > Hi ALL. > i  m facing an issue.. wheni click on button a pop up menu appear.. along > wit that behind the click button is also vi

[android-developers] Re: Button issue

2008-12-17 Thread for android
On the onclicklistner of the button use: button.setEnabled(false); On Thu, Dec 18, 2008 at 11:32 AM, diya blore wrote: > > Hi ALL. > i m facing an issue.. wheni click on button a pop up menu appear.. along > wit that behind the click button is also visible.. > How to disable it click button.. >