mkleo / vudroid

Automatically exported from code.google.com/p/vudroid
1 stars 0 forks source link

add bottom view #91

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,
  I have modified the you lib,I have add the horizontal scroll now and want to add the new view in bottom for next/previous buttom.Can you please tell me where i need to change the code.

Thank you. 

Original issue reported on code.google.com by career.t...@gmail.com on 21 Jun 2011 at 9:52

GoogleCodeExporter commented 8 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