static View aCatLoadingScreen() { TextView tv = aCenteredTextView(""); ret aVerticalLinearLayout( aImageView(#1101167), aFontSize(32, aSetForeground(aBlack(), tv)), aButton( //"No thanks, I'll do something else", "ADMIN", r { aDisable(heldInstance(Button.class)); aSetText(tv, "ADMIN LOADING"); androidGoAdminMode(); }) ); }