2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-03 23:15:31 +00:00

[fenix] For https://github.com/mozilla-mobile/fenix/issues/8546 - Overrides for new TextInputLayout colors

This commit is contained in:
codrut.topliceanu 2020-04-03 12:00:47 +03:00 committed by Emily Kager
parent 479c41236f
commit 0b0aea27e0

View File

@ -20,6 +20,10 @@
<item name="alertDialogTheme">@style/DialogStyleNormal</item> <item name="alertDialogTheme">@style/DialogStyleNormal</item>
<item name="android:windowEnableSplitTouch">false</item> <item name="android:windowEnableSplitTouch">false</item>
<item name="android:splitMotionEvents">false</item> <item name="android:splitMotionEvents">false</item>
<item name="mozacInputLayoutErrorTextColor"
tools:ignore="UnusedResources">@color/destructive_normal_theme</item>
<item name="mozacInputLayoutErrorIconColor"
tools:ignore="UnusedResources">@color/destructive_normal_theme</item>
<!-- Active thumb color & Active track color (30% transparency) --> <!-- Active thumb color & Active track color (30% transparency) -->
<item name="colorControlActivated">@color/accent_high_contrast_normal_theme</item> <item name="colorControlActivated">@color/accent_high_contrast_normal_theme</item>