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

LinearLayout3

public class LinearLayout3 extends android.app.Activity
A simple linear layout that fills the screen vertically, and the middle child is padded with extra space.

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

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