FileDocCategorySizeDatePackage
GridStackFromBottomMany.javaAPI DocAndroid 5.1 API1198Thu Mar 12 22:22:12 GMT 2015android.widget.gridview

GridStackFromBottomMany

public class GridStackFromBottomMany extends android.util.GridScenario
Basic bottom stacking from bottom scenario, nothing fancy. The grid items do not fit on the screen (to exercise scrolling.)

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

        params.setStackFromBottom(true)
                .setStartingSelectionPosition(-1)
                .setMustFillScreen(false)
                .setNumItems(54)
                .setNumColumns(4)
                .setItemScreenSizeFactor(0.12);