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
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
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
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
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..
>
5 matches
Mail list logo