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