I want to create an Activity with 2 lists. Temporarily I've created 2 listViews with different rows declared in adequate *.xml files, and divided the screen 50/50, but it doesn't look nice. That's why I want to make one scrollview with rows from first listView, separator and then rows from second listView.
Can I use what I already have (xml files defining layout of rows)?
Do I need to make new class extending View or there is other way?
I have to add that each row has about 5 controls that need to be set, so it is not very simple row.