質問編集履歴

1

コードコメントの修正

2017/09/20 13:21

投稿

itouuuuuuuuu
itouuuuuuuuu

スコア14

test CHANGED
File without changes
test CHANGED
@@ -198,7 +198,7 @@
198
198
 
199
199
 
200
200
 
201
- // Readingボタンがクリックされた時
201
+ // 読み込みボタンがクリックされた時
202
202
 
203
203
  Button readingButton = (Button)findViewById(R.id.readingButton);
204
204
 
@@ -224,7 +224,7 @@
224
224
 
225
225
 
226
226
 
227
- // CROPボタンがクリックされた時
227
+ // 切り取りボタンがクリックされた時
228
228
 
229
229
  Button cropButton = (Button)findViewById(R.id.cropbutton);
230
230