implement android:src=“@drawable/image” programmatically in Android

前端 未结 6 1141
广开言路
广开言路 2021-02-03 18:24

I am trying to set the foreground image on an image button. After some research, I came across this code sample:



        
6条回答
  •  耶瑟儿~
    2021-02-03 19:18

    One more short variant

    views.setImageViewResource(R.id.button1, R.drawable.newbutton);
    

提交回复
热议问题