How to set button click effect in Android?

后端 未结 14 2341
佛祖请我去吃肉
佛祖请我去吃肉 2020-11-28 01:29

In Android, when I set background image to Button, I can not see any effect on button.

I need some effect on button so user can recognize that button is clicked.

14条回答
  •  感情败类
    2020-11-28 02:05

    If you're using xml background instead of IMG, just remove this :

    
        
    
    

    from the 1st answer that @Ljdawson gave us.

提交回复
热议问题