FileDocCategorySizeDatePackage
ListTakeFocusFromSide.javaAPI DocAndroid 1.5 API2430Wed May 06 22:42:02 BST 2009com.android.frameworktest.listview

ListTakeFocusFromSide

public class ListTakeFocusFromSide extends android.app.ListActivity
Exercises moving focus into the list from the side

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

        super.onCreate(icicle);

        setContentView(R.layout.list_take_focus_from_side);
        setListAdapter(new ThrashListAdapter(this));