I wrote custom View which draws a circle. Then I put it on relative layout. Also I put standard button there, so that they overlap. And I see that button is transparent. How to make it non transparent?
Set the background to @android:drawable/btn_default
to get rid of the transparency of holo theme