From afee07d38f045c6da06c5db8ceb7197e876a6320 Mon Sep 17 00:00:00 2001 From: Jonathan Almeida Date: Fri, 8 Oct 2021 00:30:25 -0400 Subject: [PATCH] Issue #21794: Reverse chevron for inactive tabs (cherry picked from commit bcc40e8e468c196a196222db1989f585a2dc9729) --- app/src/main/res/layout/inactive_header_item.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/main/res/layout/inactive_header_item.xml b/app/src/main/res/layout/inactive_header_item.xml index f61c871acd..6ace4d6a6b 100644 --- a/app/src/main/res/layout/inactive_header_item.xml +++ b/app/src/main/res/layout/inactive_header_item.xml @@ -47,7 +47,6 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginStart="12dp" - android:rotation="180" android:contentDescription="@string/tab_menu" app:layout_constraintBottom_toBottomOf="@id/inactive_title" app:layout_constraintStart_toEndOf="@id/inactive_title"