質問編集履歴

1

付けたし

2016/03/30 07:24

投稿

satanosaka18419
satanosaka18419

スコア37

test CHANGED
File without changes
test CHANGED
@@ -34,6 +34,42 @@
34
34
 
35
35
  ```
36
36
 
37
+
38
+
39
+ ```ここに言語を入力
40
+
41
+ コード
42
+
43
+ <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
44
+
45
+ xmlns:tools="http://schemas.android.com/tools"
46
+
47
+ android:id="@+id/FrameLayout1"
48
+
49
+ android:layout_width="match_parent"
50
+
51
+ android:layout_height="match_parent"
52
+
53
+ android:paddingBottom="@dimen/activity_vertical_margin"
54
+
55
+ android:paddingLeft="@dimen/activity_horizontal_margin"
56
+
57
+ android:paddingRight="@dimen/activity_horizontal_margin"
58
+
59
+ android:paddingTop="@dimen/activity_vertical_margin"
60
+
61
+ tools:context="com.example.fireworks.MainActivity" >
62
+
63
+
64
+
65
+ </FrameLayout>
66
+
67
+
68
+
69
+ ```
70
+
71
+
72
+
37
73
  これでできると思ったのですが無理でした。
38
74
 
39
75
  どこを直せばいいのでしょうか?