这是我的android工作室手机(我希望它显示的内容) my andriod studio phone 这是我的emulater手机 my emulator phone
2:https://i.stack.imgur.com/mqvPC.png`
<ImageView
android:id="@+id/imageView15"
android:layout_width="90dp"
android:layout_height="24dp"
android:src="@mipmap/brownhole"
tools:layout="editor_absoluteX="
tools:layout_editor_absoluteX="90dp"
tools:layout_editor_absoluteY="154dp" />
<ImageView
android:id="@+id/imageView21"
android:layout_width="90dp"
android:layout_height="24dp"
android:src="@mipmap/bluehole"
tools:layout_editor_absoluteX="180dp"
tools:layout_editor_absoluteY="154dp" />
<ImageView
android:id="@+id/imageView16"
android:layout_width="90dp"
android:layout_height="24dp"
android:src="@mipmap/redhole"
tools:layout_editor_absoluteX="270dp"
tools:layout_editor_absoluteY="154dp" />
<ImageView
android:id="@+id/imageView18"
android:layout_width="90dp"
android:layout_height="24dp"
android:src="@mipmap/greenhole"
tools:layout_editor_absoluteX="0dp"
tools:layout_editor_absoluteY="471dp" />
<ImageView
android:id="@+id/imageView19"
android:layout_width="90dp"
android:layout_height="24dp"
android:src="@mipmap/brownhole"
tools:layout_editor_absoluteX="90dp"
tools:layout_editor_absoluteY="471dp" />
<ImageView
android:id="@+id/imageView20"
android:layout_width="90dp"
android:layout_height="24dp"
android:src="@mipmap/redhole"
tools:layout_editor_absoluteX="180dp"
tools:layout_editor_absoluteY="471dp" />
<ImageView
android:id="@+id/imageView17"
android:layout_width="90dp"
android:layout_height="24dp"
android:src="@mipmap/bluehole"
tools:layout_editor_absoluteX="270dp"
tools:layout_editor_absoluteY="471dp" />`ays on the emulator on the top left screen
my emulator phone shows only the last image on the constraintLayout
答案 0 :(得分:0)
如果使用约束布局,则必须向Activity_main.xml中的所有元素添加约束 为了那个原因 Do As I shown
如果您不添加约束,则每个Elemet将跳转到(0,0)