Open GoogleCodeExporter opened 9 years ago
Hi,i have done with it, documentView.java
void invalidatePageSizes() {
if (!isInitialized) {
return;
}
// float heightAccum = 0;
float widthAccum = 0;
int width = getWidth();
int height = getHeight() - bottomBar.getHeight();
.........
Original comment by career.t...@gmail.com
on 21 Jun 2011 at 12:54
Original issue reported on code.google.com by
career.t...@gmail.com
on 21 Jun 2011 at 9:52