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

TableLayout11

public class TableLayout11 extends android.app.Activity

This example shows how to use horizontal gravity 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_11);