Vijay wrote: > I wish to know if Android supports dynamic font resizing at all? > Say, if I have a button with 100dip width and 15px font text in it. If > this button gets a longer text at some time, how can I make font size > smaller so that I can fit in all text. > > PS: It just cuts-off the text and doesn't change font dynamically now.
Android offers ellipsizing for that scenario and does not change font size automatically. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android 2.0 Programming Books: http://commonsware.com/books -- You received this message because you are subscribed to the Google Groups "Android Developers" 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-developers?hl=en

