Android Question CustomListView inside of ScrollView

Christian García S.

Active Member
Licensed User
Hello,

I have an activity with scroll view, layout for this scroll view has many items, this layout has head with information of customer and footer with information tax and total like an invoice.

The issues is that in middle I need to put the detail or items the customer buyed, I puted a custom list view but this CLV has a fixed height when I scroll the main scroll view I can't scroll the CLV and the detail information or items are cutted.

Can I a put to CSV a dynamic height or can you help with a alternative solution ??

Thanks
 

Christian García S.

Active Member
Licensed User
Thanks @Erel,

If I want for example replace TITLE 1 with head items like name or date, that's items don't' require clv, how I can put this elements ??

upload_2019-8-14_10-47-50.png



I tried with CLVnested but I need a CLV and add items with .addText and I need have a layout.

How can I do it like this ??

upload_2019-8-14_11-33-49.png


Thanks
 
Last edited:
Upvote 0
Top