FileDocCategorySizeDatePackage
GridSetSelectionStackFromBottom.javaAPI DocAndroid 5.1 API1164Thu Mar 12 22:22:12 GMT 2015android.widget.gridview

GridSetSelectionStackFromBottom

public class GridSetSelectionStackFromBottom extends android.util.GridScenario
Basic stacking from bottom scenario, nothing fancy. Items do not fill the screen.

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

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