Hi!
I start to test my app at different devices and meet the following problem.
I use CustomDialog that holds a panel with different views. Sorry, for no screenshots, but I upload some pics that illustrated the issue ( all in Landscape mode )
Device 1 ( 480x320, OS 2.2 ) display code as figured at 480x320.jpg. Panel is inside CustomDialog window, fully visible and CustomDialog stretch itself in X direction. Perfect for me.
Device 2( 800x480, OS 4.0.4 ) brings me that screen - 800x480.jpg. Seems CustomDialog Window refuse to stretch, so only 1/2 of panel width is visible. I tried different things, but no luck.
All other views looks perfect, scaling works fine.
So, what I need to do to fix it ? Thanks in advance
I start to test my app at different devices and meet the following problem.
I use CustomDialog that holds a panel with different views. Sorry, for no screenshots, but I upload some pics that illustrated the issue ( all in Landscape mode )
Device 1 ( 480x320, OS 2.2 ) display code as figured at 480x320.jpg. Panel is inside CustomDialog window, fully visible and CustomDialog stretch itself in X direction. Perfect for me.
Device 2( 800x480, OS 4.0.4 ) brings me that screen - 800x480.jpg. Seems CustomDialog Window refuse to stretch, so only 1/2 of panel width is visible. I tried different things, but no luck.
All other views looks perfect, scaling works fine.
So, what I need to do to fix it ? Thanks in advance