Android Full Screen Mode

In Amazon Kindle, software tool bar is shown up by default.
If you use landscape mode, this bar occupies 78px. Layout collapses.
To hide this toolbar as menu, you need to use full screen mode

Code

getWindow().addFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN);

Ref

Optimizing for Layout on Kindle Fire HD