FileDocCategorySizeDatePackage
ProgressBar2.javaAPI DocGoogle Android v1.5 Example1315Sun Nov 11 13:01:04 GMT 2007com.google.android.samples.view

ProgressBar2

public class ProgressBar2 extends android.app.Activity
Demonstrates the use of indeterminate progress bars as widgets and in the window's title bar. The widgets show the 2 different sizes that can be used.

Fields Summary
Constructors Summary
Methods Summary
protected voidonCreate(android.os.Bundle icicle)

        super.onCreate(icicle);

        requestWindowFeature(Window.FEATURE_INDETERMINATE_PROGRESS);
        setContentView(R.layout.progressbar_2);
        getWindow().setFeatureInt(Window.FEATURE_INDETERMINATE_PROGRESS,
                Window.PROGRESS_VISIBILITY_ON);