I\'m working on a custom keyboard for Android, and I\'ve run in to an issue where the keyboard seems to leave a white line/space at right, instead of filling the parent view...
Have you tried adding this to the keyboard tag in your xml file?
android:layout_height="fill_parent" android:layout_width="fill_parent"