From 5dc550389687347686b9599f0aa79ec9a85a1bd9 Mon Sep 17 00:00:00 2001 From: Greyson Parrelli Date: Wed, 28 Mar 2018 16:45:29 -0700 Subject: [PATCH] Fixed 'All Media' toolbar color mismatch. In landscape, you'd see that the tabs were a different color from the toolbar. This has been corrected so they're all the same color now. Fixes #7578 Closes #7579 --- res/layout/media_overview_activity.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/res/layout/media_overview_activity.xml b/res/layout/media_overview_activity.xml index 79fd04f126..519bda28fb 100644 --- a/res/layout/media_overview_activity.xml +++ b/res/layout/media_overview_activity.xml @@ -23,6 +23,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_gravity="top" + android:background="?attr/media_overview_toolbar_background" app:tabBackground="?attr/media_overview_toolbar_background" app:tabIndicatorColor="@color/textsecure_primary" app:tabSelectedTextColor="@color/textsecure_primary"/>