Added a static loading page.

Change-Id: I20a9972c52e39a821e42851f5f075fb870ea0447
This commit is contained in:
Iain Billett
2012-08-10 00:45:00 +01:00
parent 2b5828e374
commit 5db8fb7c1f

View File

@@ -671,9 +671,9 @@ public class DocumentLoader
progressView.setProgress( 10 );
//flipper = new ViewFlipper(DocumentLoader.this);
//flipper = (ViewFlipper)findViewById( R.id.page_flipper );
//flipper.addView( waitView , 0 , matchParent);
//flipper.showNext();
ViewFlipper flipper = (ViewFlipper)findViewById( R.id.page_flipper );
flipper.addView( waitView , 0 , matchParent);
flipper.showNext();
currentPage = 0;
}