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

前端 未结 5 889
迷失自我
迷失自我 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:29

    We have change Gradle dependencies and style code my case working fine

    
    
    

    Gradle Dependencies

    implementation 'com.google.android.material:material:1.1.0-alpha06'
    

提交回复
热议问题