setBackgroundDrawable() deprecated

前端 未结 11 1638
长发绾君心
长发绾君心 2020-12-03 00:18

So my sdk goes from 15 to 21 and when I call setBackgroundDrawable(), Android Studio tells me that it\'s deprecated.

I thought of going around it using:

11条回答
  •  隐瞒了意图╮
    2020-12-03 00:44

    This is correct in my case Solve this problem

     imageView.setBackgroundResource(images[productItem.getPosition()]);
    

提交回复
热议问题