change button text color when pressed

后端 未结 5 1260
情歌与酒
情歌与酒 2021-02-02 15:53

I have made my button transparent so I would like to have the button text color change when the button is pressed. Is it possible to do this using just xml files?

5条回答
  •  梦毁少年i
    2021-02-02 16:31

    Yes, you can do it like that:

    layout/main_layout.xml:

    .....
        

    color/button_text_color.xml:

       
         
         
       
    

提交回复
热议问题