acticity edit

pull/17/head
Bastien JACQUELIN 2 years ago
parent b1d1c4850e
commit 1ae499b226

Before

Width:  |  Height:  |  Size: 4.2 MiB

After

Width:  |  Height:  |  Size: 4.2 MiB

@ -7,10 +7,10 @@
tools:context=".MainActivity">
<ImageView
android:id="@+id/imageView3"
android:layout_width="2000px"
android:layout_height="2000px"
android:id="@+id/Background"
android:layout_width="3000px"
android:layout_height="3000px"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:srcCompat="@drawable/background_main" />
app:srcCompat="@drawable/background" />
</androidx.constraintlayout.widget.ConstraintLayout>
Loading…
Cancel
Save