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