File
Doc
Category
Size
Date
Package
LinearLayout2.java
API Doc
Google Android v1.5 Example
1142
Sun Nov 11 13:01:04 GMT 2007
com.google.android.samples.view
LinearLayout2
java.lang.Object
android.app.Activity
public class LinearLayout2 extends android.app.Activity
A simple linear layout that fills the screen vertically, but the children are not padded.
Fields Summary
Constructors Summary
Methods Summary
protected void
onCreate
(
android.os.Bundle
icicle)
super.onCreate(icicle); setContentView(R.layout.linear_layout_2);
Java Code Source