Problem with two device - HTC and SamSung tab 7.7

hi all,



I build a apk file from my application. In destop, i loaded the Oto model with FULL image.



Then, i tested on HTC and it is O.K. But when i tested on Tab 7.7, it loaded OTO but it is only black color and don’t have image related OTO.



Can you help me? I saw that the font of application in tab 7.7 is larger and dim, and when i exit this app , the exit dialog is shown very larger than another app in my tab.

for the size issue put that in your manifest.xml

[xml]

<supports-screens

android:anyDensity=“true”

android:largeScreens=“true”

android:smallScreens=“true”

android:normalScreens=“true”

/>

[/xml]

just before the “application” tag



the other issue is unclear, could you post a screenshot?