From 9d91108f4e6576860bc1da734768b4422d08cba8 Mon Sep 17 00:00:00 2001 From: Mihai Branescu Date: Fri, 25 Oct 2019 18:09:38 +0300 Subject: [PATCH] =?UTF-8?q?For=20#6179=20-=20Changed=20positioning=20of=20?= =?UTF-8?q?private=20mode=20icons=20in=20tab=20he=E2=80=A6=20(#6189)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/res/layout/tab_header.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/src/main/res/layout/tab_header.xml b/app/src/main/res/layout/tab_header.xml index 69e746379..581dd787f 100644 --- a/app/src/main/res/layout/tab_header.xml +++ b/app/src/main/res/layout/tab_header.xml @@ -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" />