File
Doc
Category
Size
Date
Package
RelativeLayout1.java
API Doc
Android 1.5 API
1191
Wed May 06 22:41:08 BST 2009
com.example.android.apis.view
RelativeLayout1
java.lang.Object
android.app.Activity
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 void
onCreate
(
android.os.Bundle
savedInstanceState)
super.onCreate(savedInstanceState); setContentView(R.layout.relative_layout_1);
Java Code Source