[android-developers] Re: 3d Button

2011-01-05 Thread Streets Of Boston
Set the button's background to a drawable that is defined as an xml or to a drawable that is a 9-patch image (with some 3d-like effects) Here is a good list of what is possible when using xml: http://idunnolol.com/android/drawables.html Use borders and gradients to mimic 3d-like effects. On Jan

[android-developers] Re: 3d Button

2011-01-05 Thread pramod.deore
Hi Bibek Thanks. Will you please tell me other than changing background what should I do so they looks more attractive. On Jan 5, 3:34 pm, Kumar Bibek wrote: > There is no such thing as a 3D button. You can give a normal button a 3D > appearance. Thats it. for this, obviously, you will have to ch