static View aCatLoadingScreen() { aPortraitMode(); final 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, ""); androidGoAdminMode(); }) ); }