質問編集履歴

2

質問の訂正

2018/09/27 05:30

投稿

tossy001
tossy001

スコア31

test CHANGED
File without changes
test CHANGED
@@ -8,9 +8,7 @@
8
8
 
9
9
 
10
10
 
11
- 1 チェックボックスをタップするまでは、回答ボタンをタップできないようにする
12
-
13
- 2 チェックボックスで正解・不正解をボタンを押したときの判定に合わせてそれぞれの表示をさせる。
11
+ 1 チェックボックスで正解・不正解をボタンを押したときの判定に合わせてそれぞれの表示をさせる。
14
12
 
15
13
 
16
14
 

1

コード削除

2018/09/27 05:30

投稿

tossy001
tossy001

スコア31

test CHANGED
File without changes
test CHANGED
@@ -19,31 +19,3 @@
19
19
 
20
20
 
21
21
  ![イメージ説明](65492480e46cf038c8eafc58ff7c048d.png)
22
-
23
-
24
-
25
- ```ここに言語を入力
26
-
27
- <?xml version="1.0" encoding="utf-8"?>
28
-
29
- <android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
30
-
31
- xmlns:app="http://schemas.android.com/apk/res-auto"
32
-
33
- xmlns:tools="http://schemas.android.com/tools"
34
-
35
- android:layout_width="match_parent"
36
-
37
- android:layout_height="match_parent"
38
-
39
- tools:context=".MainActivity">
40
-
41
-
42
-
43
-
44
-
45
-
46
-
47
- </android.support.constraint.ConstraintLayout>
48
-
49
- ```