最新回答 / 慕尼黑2980719
可以通过onCheckedChanged()函数传进来的buttonView来拿到各个checkbox的text值。如下:public class MainActivity extends Activity implements OnCheckedChangeListener{protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentVie...
2016-08-24
我也是用eclipse,我用img.setBckgroundResource点击按钮没有变化,用img.setImageResource才有反应,应该就是前面朋友说的像素的问题吧
2016-08-23
error: Error: No resource found that matches the given name (at 'startColor' with
value '@color/white'),原来要自己建个color.xml。差点晕了
value '@color/white'),原来要自己建个color.xml。差点晕了
2016-08-23
已采纳回答 / vveicc
不是 id,是 android.R.layout.simple_list_item_1,系统自带的一个布局