Button - Change background color on click

前端 未结 5 652
再見小時候
再見小時候 2021-02-03 10:48

I have 8 buttons in my activity. What I am looking for is, The buttons have a default background and when a button is clicked, the background color should change to some other c

5条回答
  •  遇见更好的自我
    2021-02-03 11:13

    use this selector & put it in drawable folder & set button background to this selector.

    
    
    
    
      
    
    
     
    

    OR You can use Color instead of Background. hope it helps.

提交回复
热议问题