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

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