回答編集履歴

1

変更後を追記しました。

2017/07/25 00:23

投稿

nyang
nyang

スコア49

test CHANGED
@@ -27,3 +27,31 @@
27
27
  </android.support.constraint.ConstraintLayout>
28
28
 
29
29
  ```
30
+
31
+
32
+
33
+ ```
34
+
35
+ <?xml version="1.0" encoding="utf-8"?>
36
+
37
+ <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
38
+
39
+ xmlns:app="http://schemas.android.com/apk/res-auto"
40
+
41
+ xmlns:tools="http://schemas.android.com/tools"
42
+
43
+ android:layout_width="match_parent"
44
+
45
+ android:layout_height="match_parent"
46
+
47
+ tools:context="com.example.mi_1488.myapplication.MainActivity">
48
+
49
+
50
+
51
+ 中略
52
+
53
+
54
+
55
+ </RelativeLayout>
56
+
57
+ ```