Android font out of view on small screen

Posted by user581949 on Stack Overflow See other posts from Stack Overflow or by user581949
Published on 2011-02-17T13:13:03Z Indexed on 2011/02/21 15:24 UTC
Read the original article Hit count: 166

Filed under:
|
|
|
|

Hi Everyone

I have several text views that take up the majority of the screen in landscape view in a relativelayout and the font size i have set is quite big (150dp). The text views are all timers and the furthest to the right is the "seconds" textview.

My problem is that when testing on a phone with a small screen res the seconds are way outside the limit of the screen and can't be seen. They are in perfect place on normal to large screen resolutions just not on a small screen.

Is there any way i can force the "seconds" text view to stay on screen, without adjusting the font size or margins between each text view? Even if it means looking cramped on a small screen i can live with that.

Any help is greatly appreciated.

Thanks

This is the corresponding code:

© Stack Overflow or respective owner

Related posts about android

Related posts about textview