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

nightly-build-test
Mihai Branescu 5 years ago committed by Tiger Oakes
parent 59c0fb504e
commit 9d91108f4e

@ -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

Loading…
Cancel
Save