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

后端 未结 13 1601
甜味超标
甜味超标 2020-12-08 09:39

I would like use a FloatingActionButton on my application, I read this : https://guides.codepath.com/android/Floating-Action-Buttons#google-s-official-support-library but wh

13条回答
  •  一整个雨季
    2020-12-08 10:42

    Just use this line in FloatingActionButton (app instead of android):

    app:backgroundTint="@color/colorAccent"
    

提交回复
热议问题