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

LinearLayout1

public class LinearLayout1 extends android.app.Activity
A simple linear layout where the height of the layout is the sum of its children.

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

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