Added a static loading page.
Change-Id: I20a9972c52e39a821e42851f5f075fb870ea0447
This commit is contained in:
@@ -671,9 +671,9 @@ public class DocumentLoader
|
|||||||
progressView.setProgress( 10 );
|
progressView.setProgress( 10 );
|
||||||
|
|
||||||
//flipper = new ViewFlipper(DocumentLoader.this);
|
//flipper = new ViewFlipper(DocumentLoader.this);
|
||||||
//flipper = (ViewFlipper)findViewById( R.id.page_flipper );
|
ViewFlipper flipper = (ViewFlipper)findViewById( R.id.page_flipper );
|
||||||
//flipper.addView( waitView , 0 , matchParent);
|
flipper.addView( waitView , 0 , matchParent);
|
||||||
//flipper.showNext();
|
flipper.showNext();
|
||||||
currentPage = 0;
|
currentPage = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user