Tell me please, why it doesn\'t like my layout (RelativeLayout with @+id/row)?
@+id/row
When I use it with self created adapter (layoutinflater) it works good. A
you should provide a layout not an id. Replace R.id.row with R.layout.your_layout_name
R.id.row
R.layout.your_layout_name