How to make button non transparent? How to make button non transparent? android android

How to make button non transparent?


Set the background to @android:drawable/btn_default to get rid of the transparency of holo theme


The standard Holo themed button is partially transparent. You can either create a new button 9.png image to use in the button or create a new button by using drawable.

Here's a link on how to do the latter:

http://droidapp.co.uk/?p=309


you can put the button in seperate Frame Layout so that your view wont affect the button and thats my idea