which is best medthod to get proporcional text size on all screens? I'm develop on HTC One X, text is much smaller on small screen devices, is not proporcional.
Not helping so far. Panel is not stretched to the bottom of application with any value of autoscale rate. I think problem is ratio between 320x480 and HD 720x1280.
The problem is the Height/Width ratio.
To strech the Panel you should set either
Bottom = 100%y or SetTopAndBottom(0, 100%y) for portrait and
Right = 100%x or SetLeftAndRight(0, 100%x) for landscape.