How to put a very long table layout inside the horizontal Scroll view in the CORRECT way?
问题 I tried looking at numerious examples and posts but none of them matches my problem. I need to make a very long (horizontal) table with many columns so it is impossible to display in a single screen. And I don't want to spilt the table because it is important that I display my table in this way. I have pasted my XML layout below (including the main important ones) The thing is if I remove the code: android:fillViewport="true" from the HorizontalScrollView then my table inside it, gets