2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-19 09:25:34 +00:00

[fenix] For https://github.com/mozilla-mobile/fenix/issues/5095: Changed search engine text color from default to ?primaryText

This commit is contained in:
mihai-adrian 2019-09-04 17:19:47 +03:00 committed by Jeff Boek
parent 1329fdef70
commit d6883885e0

View File

@ -30,6 +30,7 @@
app:layout_constraintBottom_toBottomOf="@id/radio_button" /> app:layout_constraintBottom_toBottomOf="@id/radio_button" />
<TextView <TextView
android:id="@+id/engine_text" android:id="@+id/engine_text"
android:textColor="?primaryText"
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginStart="@dimen/radio_button_padding_horizontal" android:layout_marginStart="@dimen/radio_button_padding_horizontal"