質問編集履歴
1
にゃー
title
CHANGED
|
File without changes
|
body
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
super.onCreate(savedInstanceState);
|
|
13
13
|
setContentView(R.layout.activity_main);
|
|
14
14
|
|
|
15
|
-
|
|
15
|
+
Toast.makeText(MainActivity.this, "あああ", Toast.LENGTH_SHORT).show();
|
|
16
16
|
|
|
17
17
|
Button button = (Button) findViewById(R.id.button);
|
|
18
18
|
|