setOnItemClickListener not getting called

前端 未结 3 960
盖世英雄少女心
盖世英雄少女心 2020-12-07 05:54

I have this in the onCreate method as follows:

    ListView lv = (ListView)findViewById(android.R.id.list);
   adapter = new ModuleAdapter(this);
   lv.setAd         


        
3条回答
  •  暗喜
    暗喜 (楼主)
    2020-12-07 06:52

    Try this changes in the xxx_row.xml

    
    
    

    At least for me it worked when i changed the width and enabled attributes.

提交回复
热议问题