stepstone-tech / android-material-stepper

This library allows to use Material steppers inside Android applications.
Apache License 2.0
1.78k stars 263 forks source link

Error inflating class com.stepstone.stepper.StepperLayout #214

Closed zhiephie closed 7 years ago

zhiephie commented 7 years ago

Caused by: android.view.InflateException: Binary XML file line #23: Binary XML file line #222: Error inflating class com.stepstone.stepper.StepperLayout

What is wrong?

zawadz88 commented 7 years ago

Hi @zhiephie, Please post the way you're using StepperLayout in your layout file as well the Build tools and Support library versions you're using in the project.

zhiephie commented 7 years ago

Hi, @zawadz88 , Thanks for the reply.

I explain in here https://gist.github.com/zhiephie/3a92ed37eda93b9963e1630542129d9b

Btw, every time I use ms_stepperType="tabs", display on design always error and android studio lag.

zhiephie commented 7 years ago

I found mistake in my code

here app:ms_stepperLayoutTheme="@style/DotStepperStyle"/>

Thanks @zawadz88