From ed723557e9cbb7aee48ba969ef301b30cc7a2f0d Mon Sep 17 00:00:00 2001 From: Emily Kager Date: Mon, 11 Feb 2019 15:54:58 -0800 Subject: [PATCH] Closes #440 - Set Find in Page colors from theme attrs --- app/src/main/res/layout/fragment_browser.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/src/main/res/layout/fragment_browser.xml b/app/src/main/res/layout/fragment_browser.xml index 745acd34a..2a14ae548 100644 --- a/app/src/main/res/layout/fragment_browser.xml +++ b/app/src/main/res/layout/fragment_browser.xml @@ -33,9 +33,9 @@ android:layout_width="match_parent" android:layout_height="56dp" android:layout_gravity="bottom" - android:background="@color/off_white" - mozac:findInPageResultCountTextColor="?android:attr/colorPrimary" - mozac:findInPageButtonsTint="?android:attr/colorPrimary" + android:background="?attr/browserToolbarBackground" + mozac:findInPageResultCountTextColor="?attr/browserToolbarIcons" + mozac:findInPageButtonsTint="?attr/browserToolbarIcons" android:visibility="gone" app:layout_behavior="org.mozilla.fenix.components.FindInPageBarBehavior" />