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

来源:互联网 发布:nike跑步软件下载 编辑:程序博客网 时间:2024/05/20 07:33

错误信息:

今天尝试添加FloatingActionButton的时候,修改了默认的背景,结果导致:

Caused by: Android.view.InflateException: Binary XML file line #204: Error inflating class android.support.design.widget.FloatingActionButton

解决方法:


android:backgroundTint="@color/colorPrimary"
换成
app:backgroundTint="@color/colorPrimary"
解决错误。

阅读全文
0 0
原创粉丝点击