Fixed nav item end anchors

This commit is contained in:
M66B 2021-08-11 21:27:58 +02:00
parent c05f14269d
commit 278ad6d765
1 changed files with 0 additions and 2 deletions

View File

@ -68,7 +68,6 @@
android:layout_marginEnd="12dp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toStartOf="@+id/ivWarning"
app:layout_constraintStart_toEndOf="@id/tvItemExtra"
app:layout_constraintTop_toTopOf="parent"
app:srcCompat="@drawable/twotone_open_in_new_24" />
@ -79,7 +78,6 @@
android:layout_marginEnd="12dp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toEndOf="@id/ivExtra"
app:layout_constraintTop_toTopOf="parent"
app:srcCompat="@drawable/twotone_warning_24"
app:tint="?attr/colorWarning" />