1
0
Fork 0

Closes #440 - Set Find in Page colors from theme attrs

master
Emily Kager 2019-02-11 15:54:58 -08:00 committed by Jeff Boek
parent 8347c82030
commit ed723557e9
1 changed files with 3 additions and 3 deletions

View File

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