I am adding TextView into ScrollView.
Space between text views should be scalable.
I mean that if device is small then space should be smaller that if device is bigger.
Maybe i should look at ScrollView size ant scale TextView depending on it ?
Or there are some way how this is doing ? I am creating my TextView programmically.
Thanks.