質問編集履歴

1

追加しました。

2018/07/02 03:44

投稿

H30_inenaga
H30_inenaga

スコア18

test CHANGED
File without changes
test CHANGED
@@ -380,6 +380,50 @@
380
380
 
381
381
 
382
382
 
383
+ ### activity_main.xml
384
+
385
+ ```xml
386
+
387
+ <?xml version="1.0" encoding="utf-8"?>
388
+
389
+ <android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
390
+
391
+ xmlns:app="http://schemas.android.com/apk/res-auto"
392
+
393
+ xmlns:tools="http://schemas.android.com/tools"
394
+
395
+ android:layout_width="match_parent"
396
+
397
+ android:layout_height="match_parent"
398
+
399
+ tools:context="com.example.m_yuta.server.MainActivity">
400
+
401
+
402
+
403
+ <TextView
404
+
405
+ android:layout_width="wrap_content"
406
+
407
+ android:layout_height="wrap_content"
408
+
409
+ android:text="Hello World!"
410
+
411
+ app:layout_constraintBottom_toBottomOf="parent"
412
+
413
+ app:layout_constraintLeft_toLeftOf="parent"
414
+
415
+ app:layout_constraintRight_toRightOf="parent"
416
+
417
+ app:layout_constraintTop_toTopOf="parent" />
418
+
419
+
420
+
421
+ </android.support.constraint.ConstraintLayout>
422
+
423
+ ```
424
+
425
+
426
+
383
427
  ### エラーメッセージ
384
428
 
385
429
  Error:(16, 46) エラー: シンボルを見つけられません