diff --git a/app/src/main/res/layout/component_tabstray.xml b/app/src/main/res/layout/component_tabstray.xml
index 20aff53f05..be2e438deb 100644
--- a/app/src/main/res/layout/component_tabstray.xml
+++ b/app/src/main/res/layout/component_tabstray.xml
@@ -47,105 +47,104 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/infoBanner" />
-
+ app:layout_constraintTop_toBottomOf="@+id/handle" />
-
+
-
+
+
+
+
+
+
+ android:layout_height="match_parent"
+ android:contentDescription="@string/tab_header_label"
+ android:layout="@layout/tabs_tray_tab_counter"
+ app:tabIconTint="@color/tab_icon" />
-
-
-
+ android:layout_height="match_parent"
+ android:contentDescription="@string/tabs_header_private_tabs_title"
+ android:icon="@drawable/ic_private_browsing" />
-
+
-
+
-
-
-
-
-
-
+
@@ -29,9 +29,9 @@
android:background="?android:attr/selectableItemBackgroundBorderless"
android:contentDescription="@string/tab_tray_multiselect_share_content_description"
android:visibility="gone"
- app:layout_constraintBottom_toBottomOf="parent"
+ app:layout_constraintBottom_toBottomOf="@id/topBar"
app:layout_constraintEnd_toStartOf="@id/menu_multi_select"
- app:layout_constraintTop_toTopOf="parent"
+ app:layout_constraintTop_toTopOf="@id/topBar"
app:srcCompat="@drawable/ic_share_filled"
app:tint="@color/contrast_text_normal_theme" />
@@ -42,9 +42,9 @@
android:background="?android:attr/selectableItemBackgroundBorderless"
android:contentDescription="@string/tab_tray_multiselect_menu_content_description"
android:visibility="gone"
- app:layout_constraintBottom_toBottomOf="parent"
- app:layout_constraintEnd_toEndOf="parent"
- app:layout_constraintTop_toTopOf="parent"
+ app:layout_constraintBottom_toBottomOf="@id/topBar"
+ app:layout_constraintEnd_toEndOf="@id/topBar"
+ app:layout_constraintTop_toTopOf="@id/topBar"
app:srcCompat="@drawable/ic_menu"
app:tint="@color/contrast_text_normal_theme" />