Re: [android-developers] button focus

2010-10-06 Thread A N K ! T
thanks it is very helpful On Wed, Oct 6, 2010 at 4:44 PM, Kumar Bibek wrote: > Look at the state list drawables. Buttons and other widgets have a default > statelist drawable. If you are using your own drawable, (just a image), the > button doesn't know what to show when in different states.

Re: [android-developers] button focus

2010-10-06 Thread Kumar Bibek
Look at the state list drawables. Buttons and other widgets have a default statelist drawable. If you are using your own drawable, (just a image), the button doesn't know what to show when in different states. Rather than setting a drawable(picture) as a background, you should be using a state list

[android-developers] button focus

2010-10-05 Thread A N K ! T
i have set background as transparent for the button .. (button.setbacgroundcolor(Color.transparent) )... now it is not showing focus on the same button..what to do.. -- A N K ! T.. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. T