質問編集履歴
1
Activity_maps.xmlのコードの記載
test
CHANGED
File without changes
|
test
CHANGED
@@ -17,3 +17,37 @@
|
|
17
17
|
|
18
18
|
|
19
19
|
![イメージ説明](c4c91d88c36406ce58f8f4823e217536.png)
|
20
|
+
|
21
|
+
|
22
|
+
|
23
|
+
|
24
|
+
|
25
|
+
Activity_maps.xmlのファイルで、
|
26
|
+
|
27
|
+
xmlns:tools="http://schemas.android.com/apk/res-auto"
|
28
|
+
|
29
|
+
の部分がグレーアウトされた状態になっています。
|
30
|
+
|
31
|
+
この部分が何か影響している可能性はあるのでしょうか?
|
32
|
+
|
33
|
+
|
34
|
+
|
35
|
+
<?xml version="1.0" encoding="utf-8"?>
|
36
|
+
|
37
|
+
<fragment xmlns:android="http://schemas.android.com/apk/res/android"
|
38
|
+
|
39
|
+
|
40
|
+
|
41
|
+
xmlns:map="http://schemas.android.com/apk/res-auto"
|
42
|
+
|
43
|
+
xmlns:tools="http://schemas.android.com/tools"
|
44
|
+
|
45
|
+
android:id="@+id/map"
|
46
|
+
|
47
|
+
android:name="com.google.android.gms.maps.SupportMapFragment"
|
48
|
+
|
49
|
+
android:layout_width="match_parent"
|
50
|
+
|
51
|
+
android:layout_height="match_parent"
|
52
|
+
|
53
|
+
tools:context=".MapsActivity" />
|