From b74a413e086ac30be80f58e39dbafa9e764a7b58 Mon Sep 17 00:00:00 2001 From: Emily Kager Date: Thu, 23 May 2019 10:47:15 -0700 Subject: [PATCH] [fenix] For https://github.com/mozilla-mobile/fenix/issues/2061 - Added Find in Page Bar No Matches Text Color (https://github.com/mozilla-mobile/fenix/pull/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" />