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

LinearLayout2

public class LinearLayout2 extends android.app.Activity
A simple linear layout that fills the screen vertically, but the children are not padded.

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

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