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

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