質問編集履歴

2

ソースコードの修正

2021/08/14 19:50

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -8,9 +8,9 @@
8
8
 
9
9
 
10
10
 
11
- ※android:textを@Stringリソースに書いたほうが良いことは知っております。
11
+ __※android:textを@Stringリソースに書いたほうが良いことは知っております。
12
12
 
13
- 分かりやすいようにそのまま書いております。
13
+ 分かりやすいようにそのまま書いております。__
14
14
 
15
15
 
16
16
 
@@ -52,7 +52,9 @@
52
52
 
53
53
  android:layout_width="match_parent"
54
54
 
55
- android:layout_height="match_parent">
55
+ android:layout_height="match_parent"
56
+
57
+ android:orientation="horizontal">
56
58
 
57
59
 
58
60
 

1

ソースコードの誤りを修正

2021/08/14 19:50

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -114,7 +114,7 @@
114
114
 
115
115
  </LinearLayout>
116
116
 
117
-
117
+ </androidx.constraintlayout.widget.ConstraintLayout>
118
118
 
119
119
 
120
120