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

TableLayout12

public class TableLayout12 extends android.app.Activity

This example shows how to use cell spanning in a table layout.

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

        super.onCreate(icicle);

        setContentView(R.layout.table_layout_12);