-1
這裏是我的Android工作室電話(我希望它顯示) my andriod studio phone 這裏是我emulater電話 my emulator phone我模擬器只在我的constraintLayout顯示最後圖像
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
請分享相關的代碼。並看看:https://stackoverflow.com/help/how-to-ask –