Android N crashes in TextAppearanceSpan

前端 未结 3 496
说谎
说谎 2020-12-30 06:33

Since upgrading my Nexus 5X to Android N, I have the following crash when using EditText:

   java.lang.UnsupportedOperationException: Failed to resolve attri         


        
3条回答
  •  轮回少年
    2020-12-30 07:17

    Add this to your Edit text view android:textAppearance="@color/" like this:

    
    

    "@color/abc_primary_text_disable_only_material_dark" (built in) :

    
        
        
    
    

    it works for me

提交回复
热议问题