Recently I wrote some app which looks good on HTC Desire and looks bad on HTC Sansation. The application didn’t fill all screen (display) area. And I see some black parts of display when I run my application.
Here the screenshot:

HTC Sansation. Android application don't fill all screen (display) area
To fix this I made some changes in Android Manifest file. I’ve added next code in manifest node.
<supports-screens android:smallScreens="true" android:normalScreens="true" android:largeScreens="true"/>





