File
Doc
Category
Size
Date
Package
ZeroSized.java
API Doc
Android 1.5 API
1103
Wed May 06 22:42:02 BST 2009
com.android.frameworktest.view
ZeroSized
java.lang.Object
android.app.Activity
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 void
onCreate
(
android.os.Bundle
icicle)
super.onCreate(icicle); setContentView(R.layout.zero_sized);
Java Code Source