Error : IllegalArgumentException: The style on this component requires your app theme to be Theme.MaterialComponents

前端 未结 5 887
迷失自我
迷失自我 2020-11-29 08:00

Below are my dependencies

implementation \'com.google.android.material:material:1.0.0\'
implementation \'androidx.appcompat:appcompat:1.0.2\'
implementation          


        
5条回答
  •  青春惊慌失措
    2020-11-29 08:47

    There is some issue with material:1.1.0-alpha01

    A simple solution is to change the parent theme

    
    

    Hope this helps someone else

提交回复
热议问题