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