Error inflating class EditText on creating TextInputLayout on Android 4.4.2:

前端 未结 2 1748
挽巷
挽巷 2021-01-02 00:12

I using the TextInputLayout UI mechanism in my login page of the application, everything works great except for device that run the 4.4.2 android version on this devices I h

2条回答
  •  情话喂你
    2021-01-02 00:52

    What fixed this issue was removing the parent="TextAppearance.AppCompat" from the style configuration:

    So now the style looks as follows:

    
    

    And in the xml layout:

    
    
        
    
    
    

提交回复
热议问题