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

后端 未结 13 1593
甜味超标
甜味超标 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:20

    needed both:

    • extend AppCompatActivity instead of FragmentActivity

      public class MyActivity extends AppCompatActivity
      
    • parent of used style (/res/values/styles.xml)