Hi timyang,

I taske the hints from the link, and it works.

I changed the Textview by inserting the line into my layout xml file
like bewlow, and it works.

Thank you.

              <TextView
                android:id="@+id/helloMyTextView"
                android:layout_width="wrap_content"
                android:textSize = "50sp"               <======
                android:layout_height="fill_parent">
              </TextView>

On Aug 16, 6:58 am, "tinyang" <[email protected]> wrote:
> You can control textview text size with styles/themes through an xml file.
> See the following 
> link:http://developer.android.com/guide/topics/ui/themes.html
>
>
>
> -----Original Message-----
> From: [email protected]
>
> [mailto:[email protected]] On Behalf Of [email protected]
> Sent: Saturday, August 15, 2009 11:16 PM
> To: Android Beginners
> Subject: [android-beginners] Q) Adjusting textView font size.
>
> 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.
>
> No virus found in this incoming message.
> Checked by AVG -http://www.avg.com
> Version: 8.0.169 / Virus Database: 270.13.49/2293 - Release Date: 8/15/2009
> 6:10 PM- Hide quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to