FileDocCategorySizeDatePackage
ZeroSized.javaAPI DocAndroid 5.1 API1092Thu Mar 12 22:22:12 GMT 2015android.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);