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

CustomView1

public class CustomView1 extends android.app.Activity
Demonstrates creating a Screen that uses custom views. This example uses {@link com.google.android.samples.view.LabelView}, which is defined in SDK/src/com/google/android/SDK/view/LabelView.java.

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

        super.onCreate(icicle);
        setTheme(android.R.style.Theme_White);
        setContentView(R.layout.custom_view_1);