FileDocCategorySizeDatePackage
CellSpan.javaAPI DocAndroid 1.5 API1014Wed May 06 22:42:02 BST 2009com.android.frameworktest.layout.table

CellSpan

public class CellSpan extends android.app.Activity
Exercise table layout with cells spanning.

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

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