I have this in the onCreate method as follows:
ListView lv = (ListView)findViewById(android.R.id.list); adapter = new ModuleAdapter(this); lv.setAd
Try this changes in the xxx_row.xml
At least for me it worked when i changed the width and enabled attributes.