android怎样可以给其他的xml页面设置背景图片?通过代码设置
直接在根布局下设置id,setBackground(getResource().getDrawable(图片id)) 这样试试 = =
先找到xml页面的id,然后就是setBackgroundResource