Error inflating class android.support.design.widget.FloatingActionButton

后端 未结 12 1867
清歌不尽
清歌不尽 2021-02-05 01:24

My app crashed because

Error inflating class android.support.design.widget.FloatingActionButton

This is my code in the XML



        
12条回答
  •  自闭症患者
    2021-02-05 01:44

    Below API level 21 app versions not support for the

    app:backgroundTint="@color/green"
    

    or you can use this library for achieve more material design widgets.

    https://github.com/navasmdc/MaterialDesignLibrary

    happy coding...

提交回复
热议问题