InflateException with FloatingActionButton from Official Design Library

前端 未结 7 1536
谎友^
谎友^ 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:09

    in my case, it was because of the false configuration of activity theme. problem was solved after i changed app theme to Theme.AppCompat.xxx.

提交回复
热议问题