FileDocCategorySizeDatePackage
TallTextAboveButton.javaAPI DocAndroid 5.1 API1007Thu Mar 12 22:22:12 GMT 2015android.widget.scroll

TallTextAboveButton

public class TallTextAboveButton extends android.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);