标签: android android-layout ide intellij-idea
我是Android的新手,在使用此代码将我的代码从intelliJ转换为android studio时出现错误
Button b = (Button) findViewById(R.id.button); b.getBackground().setColorFilter(0xFFFF0000, PorterDuff.Mode.MULTIPLY);
我知道方法getBackground()无法解决。有人可以帮忙吗?
getBackground()