TextInputLayout FilledBox boxBackgroundColor not apply alpha channel
问题 TextInputLayout boxBackgroundColor not apply alpha channel. This happened when I merge app to AndroidX. Before merging everything was working good. When boxBackgroundColor is "#77ff0000" color appears as light red when I set boxBackgroundColor as transparent, color appears as white. It draws background like first fill with white color and then applies given boxBackgroundColor. Gradle: implementation 'androidx.appcompat:appcompat:1.1.0-alpha01' implementation 'com.google.android.material