質問編集履歴
1
xmlも貼っておきます。
title
CHANGED
File without changes
|
body
CHANGED
@@ -137,4 +137,15 @@
|
|
137
137
|
|
138
138
|
}
|
139
139
|
|
140
|
+
```
|
141
|
+
|
142
|
+
```xml
|
143
|
+
|
144
|
+
<TextView
|
145
|
+
android:id="@+id/tenki_text"
|
146
|
+
android:layout_width="wrap_content"
|
147
|
+
android:layout_height="wrap_content"
|
148
|
+
android:layout_weight="1"
|
149
|
+
android:text="tenki_text"
|
150
|
+
android:textSize="24sp" />
|
140
151
|
```
|