I have a 4*2 widget which contains a textView which is Fill_Parent.
I have the textSize set to 30dp and works flawless on my HTC Sensation.
On galaxy mini the text wont fit and the user cannot read the text because it’s just to much text.
So is there any tip or something I can do to adjust textSize to make my text fit?
Thanks!
If it is too long any easy fix would be defining the ellipse size to marquee. Otherwise I would suggest getting the height and width of the TextView at run time, if it is below a certain threshold then set the textSize to a smaller value.