質問編集履歴
1
Stringを消した
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
|
-
|
15
|
+
username = getusername2.getText().toString();
|
16
16
|
}
|
17
17
|
});
|
18
18
|
alertDialog = builder.create();
|