views:

41

answers:

0

Hello, I am trying to accomplish something like a vertical bar chart. This is done dynamically in Java. For some reason the TextViews (bars) are not aligned at the total bottom of the LinearLayout but ~20px above. When the height is set I can see by different and growing sizes that it first stretches to the bottom and then the to the top. Why is it not aligned to the bottom in the first place instead of "flying above the ground"?