Small layout improvement

This commit is contained in:
M66B
2023-10-16 09:42:15 +02:00
parent f1dc580d7a
commit ecb79bbcd1

View File

@@ -69,8 +69,7 @@
app:layout_constraintEnd_toStartOf="@+id/intro_two"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/intro"
app:srcCompat="@drawable/twotone_looks_one_24"
app:tint="?android:attr/textColorPrimary" />
app:srcCompat="@drawable/twotone_looks_one_24" />
<ImageView
android:id="@+id/intro_two"
@@ -82,8 +81,7 @@
app:layout_constraintEnd_toStartOf="@+id/intro_three"
app:layout_constraintStart_toEndOf="@+id/intro_one"
app:layout_constraintTop_toBottomOf="@id/intro"
app:srcCompat="@drawable/twotone_looks_two_24"
app:tint="?android:attr/textColorPrimary" />
app:srcCompat="@drawable/twotone_looks_two_24" />
<ImageView
android:id="@+id/intro_three"
@@ -95,8 +93,7 @@
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toEndOf="@+id/intro_two"
app:layout_constraintTop_toBottomOf="@id/intro"
app:srcCompat="@drawable/twotone_looks_3_24"
app:tint="?android:attr/textColorPrimary" />
app:srcCompat="@drawable/twotone_looks_3_24" />
<TextView
android:id="@+id/simple"