Hi, You can use the following member function in TextView Class to adjust the font size.
public void setTextSize (float size) Set the default text size to the given value, interpreted as "scaled pixel" units. This size is adjusted based on the current density and user font size preference. Related XML Attributes android:textSize Parameters size The scaled pixel size. 2009/8/16 [email protected] <[email protected]>: > > Hello all, > > I'm printing strings into a textView. > > It works well, but the font size is very small to read. > > Can I adjust the font size to be bigger? > > Thank you for you help in advance. > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

