From 9995199caaed95d6f3f41185b51cb47a065cb05a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Hentzschel?= Date: Mon, 21 Oct 2019 18:53:21 +0200 Subject: [PATCH] fixed alignment of open tabs header for RTL languages (#6138) --- app/src/main/res/layout/tab_header.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/src/main/res/layout/tab_header.xml b/app/src/main/res/layout/tab_header.xml index b2080a4c65..69e7463796 100644 --- a/app/src/main/res/layout/tab_header.xml +++ b/app/src/main/res/layout/tab_header.xml @@ -12,13 +12,12 @@ @@ -56,7 +55,6 @@ android:src="@drawable/ic_menu" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" - app:layout_constraintStart_toEndOf="@+id/close_tabs_button" app:layout_constraintTop_toTopOf="parent" />