質問編集履歴
1
付けたし
title
CHANGED
File without changes
|
body
CHANGED
@@ -16,6 +16,24 @@
|
|
16
16
|
}
|
17
17
|
}
|
18
18
|
```
|
19
|
+
|
20
|
+
```ここに言語を入力
|
21
|
+
コード
|
22
|
+
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
23
|
+
xmlns:tools="http://schemas.android.com/tools"
|
24
|
+
android:id="@+id/FrameLayout1"
|
25
|
+
android:layout_width="match_parent"
|
26
|
+
android:layout_height="match_parent"
|
27
|
+
android:paddingBottom="@dimen/activity_vertical_margin"
|
28
|
+
android:paddingLeft="@dimen/activity_horizontal_margin"
|
29
|
+
android:paddingRight="@dimen/activity_horizontal_margin"
|
30
|
+
android:paddingTop="@dimen/activity_vertical_margin"
|
31
|
+
tools:context="com.example.fireworks.MainActivity" >
|
32
|
+
|
33
|
+
</FrameLayout>
|
34
|
+
|
35
|
+
```
|
36
|
+
|
19
37
|
これでできると思ったのですが無理でした。
|
20
38
|
どこを直せばいいのでしょうか?
|
21
39
|
|