Re: [android-developers] Different Font Size on a Button

2012-05-04 Thread Mark Murphy
On Thu, May 3, 2012 at 6:12 AM, x300 wrote: > For the sake of conserving display area, I would like to put "45.6" in > large font and "km/h" in smaller font on a button. > > Aside from making "km/h" a part of background bitmap, which I want to > avoid as it, too, could change as in "56.7mph", "OVE

[android-developers] Different Font Size on a Button

2012-05-04 Thread x300
For the sake of conserving display area, I would like to put "45.6" in large font and "km/h" in smaller font on a button. Aside from making "km/h" a part of background bitmap, which I want to avoid as it, too, could change as in "56.7mph", "OVER Speed", "UNDER Speed", "67.8miles", "200meters", etc