teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

Stringを消した

2017/06/10 02:23

投稿

edoooooo
edoooooo

スコア478

title CHANGED
File without changes
body CHANGED
@@ -12,7 +12,7 @@
12
12
 
13
13
  public void onClick(DialogInterface dialog, int which) {
14
14
  EditText getusername2 = (EditText) layout.findViewById(R.id.username);
15
- String username = getusername2.getText().toString();
15
+ username = getusername2.getText().toString();
16
16
  }
17
17
  });
18
18
  alertDialog = builder.create();