Thursday, 21 December 2017

android - I want change the textSize but I don't want change thickness,how can I do?

I used the textview to display the temperature, it should
be like this




href="https://i.stack.imgur.com/X0kl9.png" rel="nofollow noreferrer"> src="https://i.stack.imgur.com/X0kl9.png" alt="enter image description
here">



when I change the textSize,
it display like this



href="https://i.stack.imgur.com/cGwlB.png" rel="nofollow noreferrer"> src="https://i.stack.imgur.com/cGwlB.png" alt="enter image description
here">



I just want change the size
of the textview, but I don't want it to be more thicker,how should I do with this
problem?

No comments:

Post a Comment

php - file_get_contents shows unexpected output while reading a file

I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print ...