static A aCenterTextView(final A tv) { if (tv != null) androidUI { tv.setGravity(Gravity.CENTER_HORIZONTAL); } ret tv; }