android change image button background

后端 未结 4 1432
我寻月下人不归
我寻月下人不归 2021-01-13 18:24

I cannot seem to change the background image of my image button. Heres the code i\'m currently trying to use:

ImageButton imgButton = (ImageButton) findViewB         


        
4条回答
  •  悲哀的现实
    2021-01-13 18:44

    For solving this question you should implement

    imgButton.setImageResource(R.drawable. tab2_selected);
    

提交回复
热议问题