Possible Duplicate:
Android application built when installed on atrix phone uses only part of screen
The issue is that the application screen only took up only half of the Atrix's physical screen
I have tried resolving it by adding the codes (shown below) but to no help;
android:fitsSystemWindows="true"
android:minHeight="960dp"
android:minWidth="540dp"
any advise?