I have an EditText that uses a standard numeric keyboard. However, it looks very strange (and ugly) when the device is in landscape. Here are screenshots of portrait & landscape:

Notice that in portrait, the EditText is unchanged from when it is not being edited, but in landscape it fills the entire remaining space of the screen not used by the keyboard. Why does the keyboard (and the EditText itself) look so strange in landscape, and how can I fix it? Thanks.
