質問編集履歴

4

ミス

2017/01/31 06:53

投稿

boc20
boc20

スコア26

test CHANGED
File without changes
test CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  GridViewを使用しているのですが画面を縁取る様に隙間ができるのですがレイアウトを画面いっぱいにする方法を教えていただきたいです。
4
4
 
5
- 画像を添付しています。
5
+ 画像を添付しています。![イメージ説明](c85c0c589987b89b55c07fcc5439bd71.png)
6
6
 
7
7
 
8
8
 

3

ミス

2017/01/31 06:53

投稿

boc20
boc20

スコア26

test CHANGED
File without changes
test CHANGED
@@ -30,514 +30,494 @@
30
30
 
31
31
  使用機種Xperiaz1f(SO-0
32
32
 
33
- ###前提・実現したいこと
34
-
35
- ここに質問したいことを詳細に書いてください
36
-
37
- (例)PHP(CakePHP)で●●なシステム作っています。
38
-
39
- ■■な機能を実装中に以下のエラーメッセージが発生しました。
40
-
41
-
42
-
43
- ###発生している問題・エラーメッセージ
33
+
34
+
35
+ ###該当のソースコード
36
+
37
+ ```ここに言語入力
38
+
39
+ <?xml version="1.0" encoding="utf-8"?>
40
+
41
+ <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
42
+
43
+ xmlns:tools="http://schemas.android.com/tools"
44
+
45
+ android:id="@+id/activity_main"
46
+
47
+ android:layout_width="match_parent"
48
+
49
+ android:layout_height="match_parent"
50
+
51
+ android:paddingBottom="@dimen/activity_vertical_margin"
52
+
53
+ android:paddingLeft="@dimen/activity_horizontal_margin"
54
+
55
+ android:paddingRight="@dimen/activity_horizontal_margin"
56
+
57
+ android:paddingTop="@dimen/activity_vertical_margin"
58
+
59
+ android:orientation="vertical"
60
+
61
+ tools:context="com.example.owner.interface1.MainActivity">
62
+
63
+
64
+
65
+
66
+
67
+
68
+
69
+ <HorizontalScrollView
70
+
71
+ android:layout_width="352dp"
72
+
73
+ android:layout_height="352dp">
74
+
75
+ <GridLayout
76
+
77
+ android:layout_width="match_parent"
78
+
79
+ android:layout_height="match_parent"
80
+
81
+ android:columnCount="50"
82
+
83
+ android:rowCount="14">
84
+
85
+
86
+
87
+ <TextView
88
+
89
+ android:layout_width="352dp"
90
+
91
+ android:layout_height="49.142857dp"
92
+
93
+ android:layout_column="0"
94
+
95
+ android:layout_row="0"
96
+
97
+ android:layout_columnSpan="14"
98
+
99
+ android:background="#000"
100
+
101
+ android:text="○○○○年○○月"
102
+
103
+ android:gravity="center"
104
+
105
+ android:textSize="11pt"/>
106
+
107
+
108
+
109
+
110
+
111
+
112
+
113
+
114
+
115
+
116
+
117
+
118
+
119
+
120
+
121
+ <TextView
122
+
123
+ android:layout_height="24.57142dp"
124
+
125
+ android:layout_width="49.142857dp"
126
+
127
+ android:layout_column="0"
128
+
129
+ android:layout_row="1"
130
+
131
+ android:gravity="center"
132
+
133
+ android:text="日"/>
134
+
135
+
136
+
137
+ <TextView
138
+
139
+ android:layout_height="24.57142dp"
140
+
141
+ android:layout_width="1dp"
142
+
143
+ android:layout_column="1"
144
+
145
+ android:layout_row="1"
146
+
147
+ android:background="#f00"/>
148
+
149
+
150
+
151
+ <TextView
152
+
153
+ android:layout_width="49.142857dp"
154
+
155
+ android:layout_height="24.57142dp"
156
+
157
+ android:layout_column="2"
158
+
159
+ android:layout_row="1"
160
+
161
+ android:text="月"
162
+
163
+ android:gravity="center"/>
164
+
165
+
166
+
167
+ <TextView
168
+
169
+ android:layout_height="24.57142dp"
170
+
171
+ android:layout_width="1dp"
172
+
173
+ android:layout_column="3"
174
+
175
+ android:layout_row="1"
176
+
177
+ android:background="#f00"/>
178
+
179
+
180
+
181
+ <TextView
182
+
183
+ android:layout_height="24.57142dp"
184
+
185
+ android:layout_width="49.142857dp"
186
+
187
+ android:layout_column="4"
188
+
189
+ android:layout_row="1"
190
+
191
+ android:text="火"
192
+
193
+ android:gravity="center"/>
194
+
195
+
196
+
197
+ <TextView
198
+
199
+ android:layout_height="24.57142dp"
200
+
201
+ android:layout_width="1dp"
202
+
203
+ android:layout_column="5"
204
+
205
+ android:layout_row="1"
206
+
207
+ android:background="#f00"/>
208
+
209
+
210
+
211
+
212
+
213
+ <TextView
214
+
215
+ android:layout_width="49.142857dp"
216
+
217
+ android:layout_height="24.57142dp"
218
+
219
+ android:layout_column="6"
220
+
221
+ android:layout_row="1"
222
+
223
+ android:text="水"
224
+
225
+ android:gravity="center"/>
226
+
227
+
228
+
229
+ <TextView
230
+
231
+ android:layout_height="24.57142dp"
232
+
233
+ android:layout_width="1dp"
234
+
235
+ android:layout_column="7"
236
+
237
+ android:layout_row="1"
238
+
239
+ android:background="#f00"/>
240
+
241
+
242
+
243
+ <TextView
244
+
245
+ android:layout_height="24.57142dp"
246
+
247
+ android:layout_width="49.142857dp"
248
+
249
+ android:layout_column="8"
250
+
251
+ android:layout_row="1"
252
+
253
+ android:text="木"
254
+
255
+ android:gravity="center"/>
256
+
257
+
258
+
259
+ <TextView
260
+
261
+ android:layout_height="24.57142dp"
262
+
263
+ android:layout_width="1dp"
264
+
265
+ android:layout_column="9"
266
+
267
+ android:layout_row="1"
268
+
269
+ android:background="#f00"/>
270
+
271
+
272
+
273
+ <TextView
274
+
275
+ android:layout_height="24.57142dp"
276
+
277
+ android:layout_width="49.142857dp"
278
+
279
+ android:layout_column="10"
280
+
281
+ android:layout_row="1"
282
+
283
+ android:text="金"
284
+
285
+ android:gravity="center"/>
286
+
287
+
288
+
289
+ <TextView
290
+
291
+ android:layout_height="24.57142dp"
292
+
293
+ android:layout_width="1dp"
294
+
295
+ android:layout_column="11"
296
+
297
+ android:layout_row="1"
298
+
299
+ android:background="#f00"/>
300
+
301
+
302
+
303
+ <TextView
304
+
305
+ android:layout_height="24.57142dp"
306
+
307
+ android:layout_width="49.142857dp"
308
+
309
+ android:layout_column="12"
310
+
311
+ android:layout_row="1"
312
+
313
+ android:text="土"
314
+
315
+ android:gravity="center"/>
316
+
317
+
318
+
319
+
320
+
321
+
322
+
323
+ <TextView
324
+
325
+ android:layout_height="24.57142dp"
326
+
327
+ android:layout_width="1dp"
328
+
329
+ android:layout_column="13"
330
+
331
+ android:layout_row="1"
332
+
333
+ android:background="#f00"/>
334
+
335
+
336
+
337
+ <Button
338
+
339
+
340
+
341
+ android:layout_width="49.142857dp"
342
+
343
+ android:layout_height="49.142857dp"
344
+
345
+ android:layout_column="0"
346
+
347
+ android:layout_row="2"/>
348
+
349
+
350
+
351
+ <Button
352
+
353
+
354
+
355
+
356
+
357
+ android:layout_height="24.57142dp"
358
+
359
+ android:layout_width="1dp"
360
+
361
+ android:layout_column="1"
362
+
363
+ android:layout_row="2"
364
+
365
+ android:background="#f00"/>
366
+
367
+
368
+
369
+ <Button
370
+
371
+
372
+
373
+ android:layout_height="49.142857dp"
374
+
375
+ android:layout_width="49.142857dp"
376
+
377
+ android:layout_column="2"
378
+
379
+ android:layout_row="2"/>
380
+
381
+
382
+
383
+ <Button
384
+
385
+ android:layout_height="24.57142dp"
386
+
387
+ android:layout_width="1dp"
388
+
389
+ android:layout_column="3"
390
+
391
+ android:layout_row="2"
392
+
393
+ android:background="#f00"/>
394
+
395
+
396
+
397
+ <Button
398
+
399
+ android:layout_height="49.142857dp"
400
+
401
+ android:layout_width="49.142857dp"
402
+
403
+ android:layout_column="4"
404
+
405
+ android:layout_row="2"/>
406
+
407
+
408
+
409
+ <Button
410
+
411
+ android:layout_height="24.57142dp"
412
+
413
+ android:layout_width="1dp"
414
+
415
+ android:layout_column="5"
416
+
417
+ android:layout_row="2"
418
+
419
+ android:background="#f00"/>
420
+
421
+
422
+
423
+ <Button
424
+
425
+ android:layout_width="49.142857dp"
426
+
427
+ android:layout_height="49.142857dp"
428
+
429
+ android:layout_column="6"
430
+
431
+ android:layout_row="2"/>
432
+
433
+
434
+
435
+ <Button
436
+
437
+ android:layout_height="24.57142dp"
438
+
439
+ android:layout_width="1dp"
440
+
441
+ android:layout_column="7"
442
+
443
+ android:layout_row="2"
444
+
445
+ android:background="#f00"/>
446
+
447
+
448
+
449
+ <Button
450
+
451
+ android:layout_height="49.142857dp"
452
+
453
+ android:layout_width="49.142857dp"
454
+
455
+ android:layout_column="8"
456
+
457
+ android:layout_row="2"/>
458
+
459
+
460
+
461
+ <Button
462
+
463
+ android:layout_height="24.57142dp"
464
+
465
+ android:layout_width="1dp"
466
+
467
+ android:layout_column="9"
468
+
469
+ android:layout_row="2"
470
+
471
+ android:background="#f00"/>
472
+
473
+
474
+
475
+
476
+
477
+ <Button
478
+
479
+ android:layout_width="49.142857dp"
480
+
481
+ android:layout_height="49.142857dp"
482
+
483
+ android:layout_column="10"
484
+
485
+ android:layout_row="2"/>
486
+
487
+
488
+
489
+ <Button
490
+
491
+
492
+
493
+ android:layout_height="24.57142dp"
494
+
495
+ android:layout_width="1dp"
496
+
497
+ android:layout_column="11"
498
+
499
+ android:layout_row="2"
500
+
501
+ android:background="#f00"/>
502
+
503
+
504
+
505
+ <Button
506
+
507
+ android:layout_height="49.142857dp"
508
+
509
+ android:layout_width="49.142857dp"
510
+
511
+ android:layout_column="12"
512
+
513
+ android:layout_row="2" />
514
+
515
+ </GridLayout>
516
+
517
+ </HorizontalScrollView>
518
+
519
+ </LinearLayout>
44
520
 
45
521
 
46
522
 
47
523
  ```
48
-
49
- エラーメッセージ
50
-
51
- ```
52
-
53
-
54
-
55
- ###該当のソースコード
56
-
57
- ```ここに言語を入力
58
-
59
- <?xml version="1.0" encoding="utf-8"?>
60
-
61
- <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
62
-
63
- xmlns:tools="http://schemas.android.com/tools"
64
-
65
- android:id="@+id/activity_main"
66
-
67
- android:layout_width="match_parent"
68
-
69
- android:layout_height="match_parent"
70
-
71
- android:paddingBottom="@dimen/activity_vertical_margin"
72
-
73
- android:paddingLeft="@dimen/activity_horizontal_margin"
74
-
75
- android:paddingRight="@dimen/activity_horizontal_margin"
76
-
77
- android:paddingTop="@dimen/activity_vertical_margin"
78
-
79
- android:orientation="vertical"
80
-
81
- tools:context="com.example.owner.interface1.MainActivity">
82
-
83
-
84
-
85
-
86
-
87
-
88
-
89
- <HorizontalScrollView
90
-
91
- android:layout_width="352dp"
92
-
93
- android:layout_height="352dp">
94
-
95
- <GridLayout
96
-
97
- android:layout_width="match_parent"
98
-
99
- android:layout_height="match_parent"
100
-
101
- android:columnCount="50"
102
-
103
- android:rowCount="14">
104
-
105
-
106
-
107
- <TextView
108
-
109
- android:layout_width="352dp"
110
-
111
- android:layout_height="49.142857dp"
112
-
113
- android:layout_column="0"
114
-
115
- android:layout_row="0"
116
-
117
- android:layout_columnSpan="14"
118
-
119
- android:background="#000"
120
-
121
- android:text="○○○○年○○月"
122
-
123
- android:gravity="center"
124
-
125
- android:textSize="11pt"/>
126
-
127
-
128
-
129
-
130
-
131
-
132
-
133
-
134
-
135
-
136
-
137
-
138
-
139
-
140
-
141
- <TextView
142
-
143
- android:layout_height="24.57142dp"
144
-
145
- android:layout_width="49.142857dp"
146
-
147
- android:layout_column="0"
148
-
149
- android:layout_row="1"
150
-
151
- android:gravity="center"
152
-
153
- android:text="日"/>
154
-
155
-
156
-
157
- <TextView
158
-
159
- android:layout_height="24.57142dp"
160
-
161
- android:layout_width="1dp"
162
-
163
- android:layout_column="1"
164
-
165
- android:layout_row="1"
166
-
167
- android:background="#f00"/>
168
-
169
-
170
-
171
- <TextView
172
-
173
- android:layout_width="49.142857dp"
174
-
175
- android:layout_height="24.57142dp"
176
-
177
- android:layout_column="2"
178
-
179
- android:layout_row="1"
180
-
181
- android:text="月"
182
-
183
- android:gravity="center"/>
184
-
185
-
186
-
187
- <TextView
188
-
189
- android:layout_height="24.57142dp"
190
-
191
- android:layout_width="1dp"
192
-
193
- android:layout_column="3"
194
-
195
- android:layout_row="1"
196
-
197
- android:background="#f00"/>
198
-
199
-
200
-
201
- <TextView
202
-
203
- android:layout_height="24.57142dp"
204
-
205
- android:layout_width="49.142857dp"
206
-
207
- android:layout_column="4"
208
-
209
- android:layout_row="1"
210
-
211
- android:text="火"
212
-
213
- android:gravity="center"/>
214
-
215
-
216
-
217
- <TextView
218
-
219
- android:layout_height="24.57142dp"
220
-
221
- android:layout_width="1dp"
222
-
223
- android:layout_column="5"
224
-
225
- android:layout_row="1"
226
-
227
- android:background="#f00"/>
228
-
229
-
230
-
231
-
232
-
233
- <TextView
234
-
235
- android:layout_width="49.142857dp"
236
-
237
- android:layout_height="24.57142dp"
238
-
239
- android:layout_column="6"
240
-
241
- android:layout_row="1"
242
-
243
- android:text="水"
244
-
245
- android:gravity="center"/>
246
-
247
-
248
-
249
- <TextView
250
-
251
- android:layout_height="24.57142dp"
252
-
253
- android:layout_width="1dp"
254
-
255
- android:layout_column="7"
256
-
257
- android:layout_row="1"
258
-
259
- android:background="#f00"/>
260
-
261
-
262
-
263
- <TextView
264
-
265
- android:layout_height="24.57142dp"
266
-
267
- android:layout_width="49.142857dp"
268
-
269
- android:layout_column="8"
270
-
271
- android:layout_row="1"
272
-
273
- android:text="木"
274
-
275
- android:gravity="center"/>
276
-
277
-
278
-
279
- <TextView
280
-
281
- android:layout_height="24.57142dp"
282
-
283
- android:layout_width="1dp"
284
-
285
- android:layout_column="9"
286
-
287
- android:layout_row="1"
288
-
289
- android:background="#f00"/>
290
-
291
-
292
-
293
- <TextView
294
-
295
- android:layout_height="24.57142dp"
296
-
297
- android:layout_width="49.142857dp"
298
-
299
- android:layout_column="10"
300
-
301
- android:layout_row="1"
302
-
303
- android:text="金"
304
-
305
- android:gravity="center"/>
306
-
307
-
308
-
309
- <TextView
310
-
311
- android:layout_height="24.57142dp"
312
-
313
- android:layout_width="1dp"
314
-
315
- android:layout_column="11"
316
-
317
- android:layout_row="1"
318
-
319
- android:background="#f00"/>
320
-
321
-
322
-
323
- <TextView
324
-
325
- android:layout_height="24.57142dp"
326
-
327
- android:layout_width="49.142857dp"
328
-
329
- android:layout_column="12"
330
-
331
- android:layout_row="1"
332
-
333
- android:text="土"
334
-
335
- android:gravity="center"/>
336
-
337
-
338
-
339
-
340
-
341
-
342
-
343
- <TextView
344
-
345
- android:layout_height="24.57142dp"
346
-
347
- android:layout_width="1dp"
348
-
349
- android:layout_column="13"
350
-
351
- android:layout_row="1"
352
-
353
- android:background="#f00"/>
354
-
355
-
356
-
357
- <Button
358
-
359
-
360
-
361
- android:layout_width="49.142857dp"
362
-
363
- android:layout_height="49.142857dp"
364
-
365
- android:layout_column="0"
366
-
367
- android:layout_row="2"/>
368
-
369
-
370
-
371
- <Button
372
-
373
-
374
-
375
-
376
-
377
- android:layout_height="24.57142dp"
378
-
379
- android:layout_width="1dp"
380
-
381
- android:layout_column="1"
382
-
383
- android:layout_row="2"
384
-
385
- android:background="#f00"/>
386
-
387
-
388
-
389
- <Button
390
-
391
-
392
-
393
- android:layout_height="49.142857dp"
394
-
395
- android:layout_width="49.142857dp"
396
-
397
- android:layout_column="2"
398
-
399
- android:layout_row="2"/>
400
-
401
-
402
-
403
- <Button
404
-
405
- android:layout_height="24.57142dp"
406
-
407
- android:layout_width="1dp"
408
-
409
- android:layout_column="3"
410
-
411
- android:layout_row="2"
412
-
413
- android:background="#f00"/>
414
-
415
-
416
-
417
- <Button
418
-
419
- android:layout_height="49.142857dp"
420
-
421
- android:layout_width="49.142857dp"
422
-
423
- android:layout_column="4"
424
-
425
- android:layout_row="2"/>
426
-
427
-
428
-
429
- <Button
430
-
431
- android:layout_height="24.57142dp"
432
-
433
- android:layout_width="1dp"
434
-
435
- android:layout_column="5"
436
-
437
- android:layout_row="2"
438
-
439
- android:background="#f00"/>
440
-
441
-
442
-
443
- <Button
444
-
445
- android:layout_width="49.142857dp"
446
-
447
- android:layout_height="49.142857dp"
448
-
449
- android:layout_column="6"
450
-
451
- android:layout_row="2"/>
452
-
453
-
454
-
455
- <Button
456
-
457
- android:layout_height="24.57142dp"
458
-
459
- android:layout_width="1dp"
460
-
461
- android:layout_column="7"
462
-
463
- android:layout_row="2"
464
-
465
- android:background="#f00"/>
466
-
467
-
468
-
469
- <Button
470
-
471
- android:layout_height="49.142857dp"
472
-
473
- android:layout_width="49.142857dp"
474
-
475
- android:layout_column="8"
476
-
477
- android:layout_row="2"/>
478
-
479
-
480
-
481
- <Button
482
-
483
- android:layout_height="24.57142dp"
484
-
485
- android:layout_width="1dp"
486
-
487
- android:layout_column="9"
488
-
489
- android:layout_row="2"
490
-
491
- android:background="#f00"/>
492
-
493
-
494
-
495
-
496
-
497
- <Button
498
-
499
- android:layout_width="49.142857dp"
500
-
501
- android:layout_height="49.142857dp"
502
-
503
- android:layout_column="10"
504
-
505
- android:layout_row="2"/>
506
-
507
-
508
-
509
- <Button
510
-
511
-
512
-
513
- android:layout_height="24.57142dp"
514
-
515
- android:layout_width="1dp"
516
-
517
- android:layout_column="11"
518
-
519
- android:layout_row="2"
520
-
521
- android:background="#f00"/>
522
-
523
-
524
-
525
- <Button
526
-
527
- android:layout_height="49.142857dp"
528
-
529
- android:layout_width="49.142857dp"
530
-
531
- android:layout_column="12"
532
-
533
- android:layout_row="2" />
534
-
535
- </GridLayout>
536
-
537
- </HorizontalScrollView>
538
-
539
- </LinearLayout>
540
-
541
-
542
-
543
- ```

2

ミス

2017/01/31 06:50

投稿

boc20
boc20

スコア26

test CHANGED
File without changes
test CHANGED
@@ -29,3 +29,515 @@
29
29
  OS Windows10
30
30
 
31
31
  使用機種Xperiaz1f(SO-0
32
+
33
+ ###前提・実現したいこと
34
+
35
+ ここに質問したいことを詳細に書いてください
36
+
37
+ (例)PHP(CakePHP)で●●なシステムを作っています。
38
+
39
+ ■■な機能を実装中に以下のエラーメッセージが発生しました。
40
+
41
+
42
+
43
+ ###発生している問題・エラーメッセージ
44
+
45
+
46
+
47
+ ```
48
+
49
+ エラーメッセージ
50
+
51
+ ```
52
+
53
+
54
+
55
+ ###該当のソースコード
56
+
57
+ ```ここに言語を入力
58
+
59
+ <?xml version="1.0" encoding="utf-8"?>
60
+
61
+ <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
62
+
63
+ xmlns:tools="http://schemas.android.com/tools"
64
+
65
+ android:id="@+id/activity_main"
66
+
67
+ android:layout_width="match_parent"
68
+
69
+ android:layout_height="match_parent"
70
+
71
+ android:paddingBottom="@dimen/activity_vertical_margin"
72
+
73
+ android:paddingLeft="@dimen/activity_horizontal_margin"
74
+
75
+ android:paddingRight="@dimen/activity_horizontal_margin"
76
+
77
+ android:paddingTop="@dimen/activity_vertical_margin"
78
+
79
+ android:orientation="vertical"
80
+
81
+ tools:context="com.example.owner.interface1.MainActivity">
82
+
83
+
84
+
85
+
86
+
87
+
88
+
89
+ <HorizontalScrollView
90
+
91
+ android:layout_width="352dp"
92
+
93
+ android:layout_height="352dp">
94
+
95
+ <GridLayout
96
+
97
+ android:layout_width="match_parent"
98
+
99
+ android:layout_height="match_parent"
100
+
101
+ android:columnCount="50"
102
+
103
+ android:rowCount="14">
104
+
105
+
106
+
107
+ <TextView
108
+
109
+ android:layout_width="352dp"
110
+
111
+ android:layout_height="49.142857dp"
112
+
113
+ android:layout_column="0"
114
+
115
+ android:layout_row="0"
116
+
117
+ android:layout_columnSpan="14"
118
+
119
+ android:background="#000"
120
+
121
+ android:text="○○○○年○○月"
122
+
123
+ android:gravity="center"
124
+
125
+ android:textSize="11pt"/>
126
+
127
+
128
+
129
+
130
+
131
+
132
+
133
+
134
+
135
+
136
+
137
+
138
+
139
+
140
+
141
+ <TextView
142
+
143
+ android:layout_height="24.57142dp"
144
+
145
+ android:layout_width="49.142857dp"
146
+
147
+ android:layout_column="0"
148
+
149
+ android:layout_row="1"
150
+
151
+ android:gravity="center"
152
+
153
+ android:text="日"/>
154
+
155
+
156
+
157
+ <TextView
158
+
159
+ android:layout_height="24.57142dp"
160
+
161
+ android:layout_width="1dp"
162
+
163
+ android:layout_column="1"
164
+
165
+ android:layout_row="1"
166
+
167
+ android:background="#f00"/>
168
+
169
+
170
+
171
+ <TextView
172
+
173
+ android:layout_width="49.142857dp"
174
+
175
+ android:layout_height="24.57142dp"
176
+
177
+ android:layout_column="2"
178
+
179
+ android:layout_row="1"
180
+
181
+ android:text="月"
182
+
183
+ android:gravity="center"/>
184
+
185
+
186
+
187
+ <TextView
188
+
189
+ android:layout_height="24.57142dp"
190
+
191
+ android:layout_width="1dp"
192
+
193
+ android:layout_column="3"
194
+
195
+ android:layout_row="1"
196
+
197
+ android:background="#f00"/>
198
+
199
+
200
+
201
+ <TextView
202
+
203
+ android:layout_height="24.57142dp"
204
+
205
+ android:layout_width="49.142857dp"
206
+
207
+ android:layout_column="4"
208
+
209
+ android:layout_row="1"
210
+
211
+ android:text="火"
212
+
213
+ android:gravity="center"/>
214
+
215
+
216
+
217
+ <TextView
218
+
219
+ android:layout_height="24.57142dp"
220
+
221
+ android:layout_width="1dp"
222
+
223
+ android:layout_column="5"
224
+
225
+ android:layout_row="1"
226
+
227
+ android:background="#f00"/>
228
+
229
+
230
+
231
+
232
+
233
+ <TextView
234
+
235
+ android:layout_width="49.142857dp"
236
+
237
+ android:layout_height="24.57142dp"
238
+
239
+ android:layout_column="6"
240
+
241
+ android:layout_row="1"
242
+
243
+ android:text="水"
244
+
245
+ android:gravity="center"/>
246
+
247
+
248
+
249
+ <TextView
250
+
251
+ android:layout_height="24.57142dp"
252
+
253
+ android:layout_width="1dp"
254
+
255
+ android:layout_column="7"
256
+
257
+ android:layout_row="1"
258
+
259
+ android:background="#f00"/>
260
+
261
+
262
+
263
+ <TextView
264
+
265
+ android:layout_height="24.57142dp"
266
+
267
+ android:layout_width="49.142857dp"
268
+
269
+ android:layout_column="8"
270
+
271
+ android:layout_row="1"
272
+
273
+ android:text="木"
274
+
275
+ android:gravity="center"/>
276
+
277
+
278
+
279
+ <TextView
280
+
281
+ android:layout_height="24.57142dp"
282
+
283
+ android:layout_width="1dp"
284
+
285
+ android:layout_column="9"
286
+
287
+ android:layout_row="1"
288
+
289
+ android:background="#f00"/>
290
+
291
+
292
+
293
+ <TextView
294
+
295
+ android:layout_height="24.57142dp"
296
+
297
+ android:layout_width="49.142857dp"
298
+
299
+ android:layout_column="10"
300
+
301
+ android:layout_row="1"
302
+
303
+ android:text="金"
304
+
305
+ android:gravity="center"/>
306
+
307
+
308
+
309
+ <TextView
310
+
311
+ android:layout_height="24.57142dp"
312
+
313
+ android:layout_width="1dp"
314
+
315
+ android:layout_column="11"
316
+
317
+ android:layout_row="1"
318
+
319
+ android:background="#f00"/>
320
+
321
+
322
+
323
+ <TextView
324
+
325
+ android:layout_height="24.57142dp"
326
+
327
+ android:layout_width="49.142857dp"
328
+
329
+ android:layout_column="12"
330
+
331
+ android:layout_row="1"
332
+
333
+ android:text="土"
334
+
335
+ android:gravity="center"/>
336
+
337
+
338
+
339
+
340
+
341
+
342
+
343
+ <TextView
344
+
345
+ android:layout_height="24.57142dp"
346
+
347
+ android:layout_width="1dp"
348
+
349
+ android:layout_column="13"
350
+
351
+ android:layout_row="1"
352
+
353
+ android:background="#f00"/>
354
+
355
+
356
+
357
+ <Button
358
+
359
+
360
+
361
+ android:layout_width="49.142857dp"
362
+
363
+ android:layout_height="49.142857dp"
364
+
365
+ android:layout_column="0"
366
+
367
+ android:layout_row="2"/>
368
+
369
+
370
+
371
+ <Button
372
+
373
+
374
+
375
+
376
+
377
+ android:layout_height="24.57142dp"
378
+
379
+ android:layout_width="1dp"
380
+
381
+ android:layout_column="1"
382
+
383
+ android:layout_row="2"
384
+
385
+ android:background="#f00"/>
386
+
387
+
388
+
389
+ <Button
390
+
391
+
392
+
393
+ android:layout_height="49.142857dp"
394
+
395
+ android:layout_width="49.142857dp"
396
+
397
+ android:layout_column="2"
398
+
399
+ android:layout_row="2"/>
400
+
401
+
402
+
403
+ <Button
404
+
405
+ android:layout_height="24.57142dp"
406
+
407
+ android:layout_width="1dp"
408
+
409
+ android:layout_column="3"
410
+
411
+ android:layout_row="2"
412
+
413
+ android:background="#f00"/>
414
+
415
+
416
+
417
+ <Button
418
+
419
+ android:layout_height="49.142857dp"
420
+
421
+ android:layout_width="49.142857dp"
422
+
423
+ android:layout_column="4"
424
+
425
+ android:layout_row="2"/>
426
+
427
+
428
+
429
+ <Button
430
+
431
+ android:layout_height="24.57142dp"
432
+
433
+ android:layout_width="1dp"
434
+
435
+ android:layout_column="5"
436
+
437
+ android:layout_row="2"
438
+
439
+ android:background="#f00"/>
440
+
441
+
442
+
443
+ <Button
444
+
445
+ android:layout_width="49.142857dp"
446
+
447
+ android:layout_height="49.142857dp"
448
+
449
+ android:layout_column="6"
450
+
451
+ android:layout_row="2"/>
452
+
453
+
454
+
455
+ <Button
456
+
457
+ android:layout_height="24.57142dp"
458
+
459
+ android:layout_width="1dp"
460
+
461
+ android:layout_column="7"
462
+
463
+ android:layout_row="2"
464
+
465
+ android:background="#f00"/>
466
+
467
+
468
+
469
+ <Button
470
+
471
+ android:layout_height="49.142857dp"
472
+
473
+ android:layout_width="49.142857dp"
474
+
475
+ android:layout_column="8"
476
+
477
+ android:layout_row="2"/>
478
+
479
+
480
+
481
+ <Button
482
+
483
+ android:layout_height="24.57142dp"
484
+
485
+ android:layout_width="1dp"
486
+
487
+ android:layout_column="9"
488
+
489
+ android:layout_row="2"
490
+
491
+ android:background="#f00"/>
492
+
493
+
494
+
495
+
496
+
497
+ <Button
498
+
499
+ android:layout_width="49.142857dp"
500
+
501
+ android:layout_height="49.142857dp"
502
+
503
+ android:layout_column="10"
504
+
505
+ android:layout_row="2"/>
506
+
507
+
508
+
509
+ <Button
510
+
511
+
512
+
513
+ android:layout_height="24.57142dp"
514
+
515
+ android:layout_width="1dp"
516
+
517
+ android:layout_column="11"
518
+
519
+ android:layout_row="2"
520
+
521
+ android:background="#f00"/>
522
+
523
+
524
+
525
+ <Button
526
+
527
+ android:layout_height="49.142857dp"
528
+
529
+ android:layout_width="49.142857dp"
530
+
531
+ android:layout_column="12"
532
+
533
+ android:layout_row="2" />
534
+
535
+ </GridLayout>
536
+
537
+ </HorizontalScrollView>
538
+
539
+ </LinearLayout>
540
+
541
+
542
+
543
+ ```

1

誤字

2017/01/31 06:47

投稿

boc20
boc20

スコア26

test CHANGED
File without changes
test CHANGED
@@ -18,14 +18,6 @@
18
18
 
19
19
 
20
20
 
21
- ###該当のソースコード
22
-
23
- ```ここに言語を入力
24
-
25
- ここにご自身が実行したソースコードを書いてください
26
-
27
- ```
28
-
29
21
 
30
22
 
31
23
  ###補足情報(言語/FW/ツール等のバージョンなど)