From 6057c3703a7eac32c3c4ed93f7bc170a669f9efb Mon Sep 17 00:00:00 2001 From: Emily Kager Date: Thu, 23 May 2019 10:47:15 -0700 Subject: [PATCH] For #2061 - Added Find in Page Bar No Matches Text Color (#2746) --- app/src/main/res/layout/fragment_browser.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/res/layout/fragment_browser.xml b/app/src/main/res/layout/fragment_browser.xml index 4addde427..e9c06b4b1 100644 --- a/app/src/main/res/layout/fragment_browser.xml +++ b/app/src/main/res/layout/fragment_browser.xml @@ -34,6 +34,7 @@ android:background="?foundation" android:clickable="true" android:visibility="gone" + app:findInPageNoMatchesTextColor="?attr/destructive" app:layout_behavior="org.mozilla.fenix.components.FindInPageBarBehavior" mozac:findInPageButtonsTint="?primaryText" mozac:findInPageResultCountTextColor="?primaryText" />