I wouldn't say my app is text heavy...but it displays random strings sometimes that are longer than others. They fit fine on my droid 2, but I know they won't display the same on smaller droids. Does anyone know the proper way of formatting different sized text to ensure it will work on all androids?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
If you just want to make some text bigger or smaller you should prefer using default styles provided by Android:
Neither of them is default, default is:
It can be surely applied not only to |
|||
|
|
|
Google recommend using sp for text size dimensions. The layouts you use will need to work so when the layout scales it works at all sizes to the best degree possible (you may need layouts for different sizes of screen). If the text may not fit, wrap it or ellipsize it |
|||
|
|