Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

18
LINES

< > BotCompany Repo | #1014905 // aCatLoadingScreen [a = android]

JavaX fragment (include)

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

Author comment

Began life as a copy of #1014880

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1014905
Snippet name: aCatLoadingScreen [a = android]
Eternal ID of this version: #1014905/17
Text MD5: b37d1ba8ef4c6bde5fba4c7575e3528d
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-05-24 15:50:22
Source code size: 523 bytes / 18 lines
Pitched / IR pitched: No / No
Views / Downloads: 416 / 432
Version history: 16 change(s)
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)