質問編集履歴
2
補足
title
CHANGED
File without changes
|
body
CHANGED
@@ -16,6 +16,9 @@
|
|
16
16
|

|
17
17
|
[Galaxy Nexus(720×1280xhdpi)。上メニューが表示されていない]
|
18
18
|
|
19
|
+

|
20
|
+
[Galaxy Nexus(720×1280xhdpi)。Android Studio上でImageView2つがはみ出ている]
|
21
|
+
|
19
22
|
activity_main.xml
|
20
23
|
```activity_main.xml
|
21
24
|
<?xml version="1.0" encoding="utf-8"?>
|
1
修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -16,6 +16,7 @@
|
|
16
16
|

|
17
17
|
[Galaxy Nexus(720×1280xhdpi)。上メニューが表示されていない]
|
18
18
|
|
19
|
+
activity_main.xml
|
19
20
|
```activity_main.xml
|
20
21
|
<?xml version="1.0" encoding="utf-8"?>
|
21
22
|
<androidx.constraintlayout.widget.ConstraintLayout
|
@@ -34,6 +35,7 @@
|
|
34
35
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
35
36
|
```
|
36
37
|
|
38
|
+
fragment_top.xml
|
37
39
|
```fragment_top.xml
|
38
40
|
<?xml version="1.0" encoding="utf-8"?>
|
39
41
|
<androidx.constraintlayout.widget.ConstraintLayout
|