1

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

enter image description here

when I change the textSize, it display like this

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?

Pratik Butani
  • 60,504
  • 58
  • 273
  • 437
Freddy
  • 764
  • 2
  • 6
  • 21

1 Answers1

0

add this to you textView

android:fontFamily="Roboto-Thin"
Luca Ziegler
  • 3,236
  • 1
  • 22
  • 39
  • 1
    I tried ndroid:fontFamily="Roboto-Thin" ,it doesn't work ,I used android:fontFamily="sans-serif-thin" ,it works.Thank anyway – Freddy Nov 20 '15 at 09:54