Drawables not changing after being replaced with others in the folders

后端 未结 5 936
一个人的身影
一个人的身影 2020-12-16 22:45

I\'ve created a new theme set for an app of mine, and decided I didn\'t need the old one anymore. So, I copied my new image files over the old ones, replacing all of them. I

5条回答
  •  一整个雨季
    2020-12-16 23:26

    If checking other Drawable folders for old versions and wiping your bin and gen folders didn't work.

    Look for: setImageResource(R.drawable.YourPNG) in your code that might override the drawable configured in xml from: res/layout/ folder.

提交回复
热议问题