Material TextInputLayout styles are not working when run on real device app crashes
问题 I have the problem with material components style . When adding below style into TextInputLayout the app crashes but in android studio preview it shows. style="@style/Widget.MaterialComponents.TextInputLayout.FilledBox" Activity code--- <com.google.android.material.textfield.TextInputLayout android:layout_width="wrap_content" android:layout_height="wrap_content" android:hint="ORDER`enter code here` NO" style="@style/Widget.MaterialComponents.TextInputLayout.FilledBox" > <com.google.android