FileDocCategorySizeDatePackage
ZeroSized.javaAPI DocAndroid 1.5 API1103Wed May 06 22:42:02 BST 2009com.android.frameworktest.view

ZeroSized

public class ZeroSized extends android.app.Activity
This activity contains Views with various widths and heights. The goal is to exercise the drawing cache when width is null, height is null or both.

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

        super.onCreate(icicle);
        setContentView(R.layout.zero_sized);