本帖最后由 lisi1987 于 2012-03-02 17:57:27 编辑

解决方案 »

  1.   

    覆写public void onItemClick(AdapterView<?> arg0, View arg1, int arg2,long arg3){}方法
    方法里加上
    arg1.setBackgroundResource(R.drawable.list_bg_focus);
      

  2.   


    你这个方法是在点击的时候更改背景,但是更改背景后背景不会复原了
    然后我想弄清楚,我的方法里面
    <item android:state_pressed="false" 
    android:state_focused ="false"  android:drawable="@drawable/list_bg_normal" />
    为什么不起作用。。