static TextView aSetForeground(final int color, final TextView a) { if (a != null) androidUI(r { a.setTextColor(color) }); ret a; }