How to make button non transparent?

后端 未结 6 1306
南笙
南笙 2020-12-31 04:10

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

6条回答
  •  一生所求
    2020-12-31 04:50

    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

提交回复
热议问题