質問編集履歴

1

閉じタグを乗せ忘れておりました。

2016/05/10 05:28

投稿

matchdas3333
matchdas3333

スコア12

test CHANGED
File without changes
test CHANGED
@@ -28,6 +28,8 @@
28
28
 
29
29
  ```java
30
30
 
31
+ <?xml version="1.0" encoding="utf-8"?>
32
+
31
33
  <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android">
32
34
 
33
35
  xmlns:android="http://schemas.android.com/apk/res/android"
@@ -38,11 +40,15 @@
38
40
 
39
41
 
40
42
 
41
- <package.MyView
43
+ <jp.ac.gifu_u.edu.t3033180.paint0427.MyView
44
+
45
+ android:id="@+id/View01"
42
46
 
43
47
  android:layout_width="wrap_content"
44
48
 
45
- android:layout_height="wrap_content"/>
49
+ android:layout_height="wrap_content" />
50
+
51
+ <![CDATA[
46
52
 
47
53
 
48
54
 
@@ -56,9 +62,15 @@
56
62
 
57
63
  app:layout_behavior="@string/appbar_scrolling_view_behavior"
58
64
 
59
- tools:context="package.MainActivity"
65
+ tools:context="jp.ac.gifu_u.edu.t3033180.paint0427.MainActivity"
60
66
 
61
67
  tools:showIn="@layout/activity_main">
68
+
69
+
70
+
71
+ ]]>
72
+
73
+ </RelativeLayout>
62
74
 
63
75
  ```
64
76