InflateException with FloatingActionButton from Official Design Library

前端 未结 7 1546
谎友^
谎友^ 2020-11-27 04:54

I am getting a bug using the official FloatingActionButton from Google\'s support design library.

Here is my LogCat.

android.view.Infla         


        
7条回答
  •  谎友^
    谎友^ (楼主)
    2020-11-27 05:19

    If you're using a VectorDrawableCompat (Vector asset) you should use:

    app:srcCompat="@drawable/x"
    

    instead of:

    android:src="@drawable/x"
    

提交回复
热议问题