How to remove ImageButton's standard background image?

前端 未结 10 1341
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-13 01:50

In ImageButton I want to remove the standard button background image. In http://developer.android.com it is said, that one must define his\\her own background i

10条回答
  •  时光说笑
    2020-12-13 01:54

    use the following property in your in the xml of ImageButton:

    android:background="@drawable/icon"
    

    where icon is the name of the image kept in your drawable.

提交回复
热议问题