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

LinearLayout7

public class LinearLayout7 extends android.app.Activity
Demonstrates using fill_parent within a linear layout whose size is not fixed.

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

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