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

ListBottomGravityMany

public class ListBottomGravityMany extends com.android.frameworktest.util.ListScenario
Basic bottom gravity scenario, nothing fancy. There are more items than fit on the screen

Fields Summary
Constructors Summary
Methods Summary
protected voidinit(Params params)

        params.setStackFromBottom(true)
                .setStartingSelectionPosition(-1)
                .setNumItems(10)
                .setItemScreenSizeFactor(0.22);