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

RelativeLayout1

public class RelativeLayout1 extends android.app.Activity
A simple layout which demonstrates stretching a view to fill the space between two other views.

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

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