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

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

    |> 1: Define the following style in style.xml:

    
    

    |> 2: In the manifest.xml file, use from above style:

     
    
    

    |> 3: Choose a style for your component:

    
    
    

提交回复
热议问题