File
Doc
Category
Size
Date
Package
TallTextAboveButton.java
API Doc
Android 5.1 API
1007
Thu Mar 12 22:22:12 GMT 2015
android.widget.scroll
TallTextAboveButton
java.lang.Object
android.util.ScrollViewScenario
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 void
init
(
Params
params)
params.addTextView("top tall", 1.1f) .addButton("button", 0.2f);
Java Code Source