FileDocCategorySizeDatePackage
TallTextAboveButton.javaAPI DocAndroid 1.5 API1036Wed May 06 22:42:02 BST 2009com.android.frameworktest.scroll

TallTextAboveButton

public class TallTextAboveButton extends com.android.frameworktest.util.ScrollViewScenario
An (unfocusable) text view that takes up more than the height of the screen followed by a button.

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

        params.addTextView("top tall", 1.1f)
                .addButton("button", 0.2f);