1
0
Fork 0

For #8546 - Overrides for new TextInputLayout colors

master
codrut.topliceanu 2020-04-03 12:00:47 +03:00 committed by Emily Kager
parent 66d9a24b28
commit d80005235f
1 changed files with 4 additions and 0 deletions

View File

@ -20,6 +20,10 @@
<item name="alertDialogTheme">@style/DialogStyleNormal</item>
<item name="android:windowEnableSplitTouch">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) -->
<item name="colorControlActivated">@color/accent_high_contrast_normal_theme</item>