Error when using any Android Design Support Library Elements

前端 未结 5 1118
小鲜肉
小鲜肉 2020-11-30 03:52

Error inflating anything from the design support library

xml



        
5条回答
  •  执笔经年
    2020-11-30 04:43

    In my case the same crash while using android.support.design.widget.NavigationView was solved by adding app:itemTextColor attribute to the layout xml:

        
    

提交回复
热议问题