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:
parent
1329fdef70
commit
d6883885e0
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user