Commit dde17e5d authored by Benjamin LEROUX's avatar Benjamin LEROUX

image commit

parent 604e50c4
Pipeline #1060 canceled with stages
This diff is collapsed.
...@@ -6,13 +6,72 @@ ...@@ -6,13 +6,72 @@
android:layout_height="match_parent" android:layout_height="match_parent"
tools:context=".MainActivity"> tools:context=".MainActivity">
<TextView <ImageView
android:id="@+id/imageView4"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:text="Hello World!" android:layout_marginBottom="16dp"
app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintLeft_toLeftOf="parent" app:layout_constraintStart_toStartOf="parent"
app:layout_constraintRight_toRightOf="parent" app:srcCompat="@drawable/etoilefond" />
app:layout_constraintTop_toTopOf="parent" />
<ImageView
android:id="@+id/imageView5"
android:layout_width="100dp"
android:layout_height="0dp"
android:layout_marginStart="27dp"
android:layout_marginLeft="27dp"
android:layout_marginTop="25dp"
android:layout_marginBottom="448dp"
app:layout_constraintBottom_toTopOf="@+id/imageView7"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:srcCompat="@drawable/asteroid1" />
<ImageView
android:id="@+id/imageView6"
android:layout_width="63dp"
android:layout_height="114dp"
android:layout_marginTop="143dp"
android:layout_marginEnd="46dp"
android:layout_marginRight="46dp"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:srcCompat="@drawable/asteroid2" />
<ImageView
android:id="@+id/imageView7"
android:layout_width="135dp"
android:layout_height="0dp"
android:layout_marginTop="548dp"
android:layout_marginEnd="21dp"
android:layout_marginRight="21dp"
android:layout_marginBottom="55dp"
app:layout_constraintBottom_toTopOf="@+id/imageView8"
app:layout_constraintEnd_toEndOf="@+id/imageView8"
app:layout_constraintTop_toTopOf="parent"
app:srcCompat="@drawable/tie" />
<ImageView
android:id="@+id/imageView8"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="31dp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/imageView7"
app:srcCompat="@drawable/pad_exterior" />
<ImageView
android:id="@+id/imageView9"
android:layout_width="106dp"
android:layout_height="0dp"
android:layout_marginTop="10dp"
android:layout_marginBottom="10dp"
app:layout_constraintBottom_toBottomOf="@+id/imageView8"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="@+id/imageView8"
app:srcCompat="@drawable/pad_center" />
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment