So that's what I did when I started reading the android dev guide.
Here how it looks on my screen:
It's very annoying to read something like that.
Anyway, here is the solution:
- Install the documentation localy from the SDK manager. The location on my computer (XP) is C:\Program Files\Android\android-sdk\docs
- Open this file in your text editor of choice C:\Program Files\Android\android-sdk\docs\assets\android-developer-docs.js
- Change var HEADER_HEIGHT = 117; to var HEADER_HEIGHT = 0;
- Add the following line of code at the beginning of the init() funtion: $("#header").css("display","none");
- Now open the dev guide locally and enjoy your reading time :)
Here is the result: