[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/440 - Set Find in Page colors from theme attrs

pull/600/head
Emily Kager 5 years ago committed by Jeff Boek
parent 05fd94ee5f
commit fbb209ed70

@ -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" />

Loading…
Cancel
Save