For #6179 - Changed positioning of private mode icons in tab he… (#6189)

This commit is contained in:
Mihai Branescu 2019-10-25 18:09:38 +03:00 committed by Tiger Oakes
parent 59c0fb504e
commit 9d91108f4e

View File

@ -30,7 +30,6 @@
android:src="@drawable/ic_hollow_share"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toStartOf="@+id/close_tabs_button"
app:layout_constraintStart_toEndOf="@+id/header_text"
app:layout_constraintTop_toTopOf="parent" />
<ImageButton
@ -43,7 +42,6 @@
android:tint="?primaryText"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toStartOf="@+id/tabs_overflow_button"
app:layout_constraintStart_toEndOf="@+id/share_tabs_button"
app:layout_constraintTop_toTopOf="parent" />
<ImageButton