Using Material Button gives ClassNotFound runtime error

前端 未结 6 2150
温柔的废话
温柔的废话 2020-12-30 00:50

I am in the process of replacing the buttons in my app with Material Buttons using in the XML file and

6条回答
  •  旧巷少年郎
    2020-12-30 01:08

    if you are using material theme component in your app, then try this.

    make changes in your styles.xml from before to after ->

    before:

    
        
        
    
    

    after:

    
        
        
    
    

提交回复
热议问题