Warning: session_start(): open(/var/lib/php/sessions/sess_vt6v0lv1lcijbuvfg3t5m4jdr2, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51

Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
aTextInput - synonym of aSingleLineEditText [1023325]

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

9
LINES

< > BotCompany Repo | #1023325 // aTextInput - synonym of aSingleLineEditText

JavaX fragment (include)

static EditText aTextInput() {
  ret aSingleLineEditText();
}



static EditText aTextInput(S text) {
  ret aSingleLineEditText(text);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1023325
Snippet name: aTextInput - synonym of aSingleLineEditText
Eternal ID of this version: #1023325/1
Text MD5: d0869b32ad04e2a864cda6b062dd98f1
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-06-06 12:16:00
Source code size: 138 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 664 / 700
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1023326 - aPasswordInput - input hidden password on Android