static TextView aBottomTextView(S text) { final TextView tv = aTextView(text); androidUI(r { tv.setGravity(Gravity.BOTTOM) }); ret tv; } static TextView aBottomTextView() { ret aBottomTextView(""); }