草庐IT

yourLayout

全部标签

android - 动态改变背景LinearLayout

如何动态改变背景LinearLayout? 最佳答案 你试过其中之一吗:yourLayout.setBackgroundColor(intcolor);yourLayout.setBackgroundDrawable(Drawabled);yourLayout.setBackgroundResource(intresid);如果不自行刷新,这应该会提升它:yourLayout.invalidate(); 关于android-动态改变背景LinearLayout,我们在StackOverf