0

enter image description here

Whoa! It's huge! How do I change the size of it? I have made some search but only found how to change the font of the app title. Thanks a lot

1 Answers1

0

It depends on the system font settings. If you set your textSize in sps, your TextViews will respect system font size settings. If you need the size to be fixed, use dps.

agamov
  • 4,407
  • 1
  • 27
  • 31
  • when it comes to add it on the activity_maim.xml I don't know in which particular field to add it. for example it containts relative layout, text view and edittext. When I add it on the first, it won't change and when I do on the rest two, it only change the size of them, not the title. thanks tho –  Mar 27 '14 at 14:25
  • @user3265784, oh, this seems like an ActionBar. Have you tried to launch your app on a real device? Btw, don't use Eclipse, use Android Studio :) – agamov Mar 27 '14 at 14:28
  • @agamov: why? he'll have a lot of problems, then. – Phantômaxx Mar 27 '14 at 14:37
  • yeah on a real device too, won't work. I'll see what I can do. thanks for help! –  Mar 27 '14 at 14:43