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

LinearLayout6

public class LinearLayout6 extends android.app.Activity
Demonstrates using the uniformSize attribute

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

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