FileDocCategorySizeDatePackage
LinearLayout2.javaAPI DocAndroid 1.5 API1181Wed May 06 22:41:08 BST 2009com.example.android.apis.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 savedInstanceState)

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