Crescento icon indicating copy to clipboard operation
Crescento copied to clipboard

Error inflating class developer.shivam.library.CrescentoContainer

Open axsddlr opened this issue 8 years ago • 5 comments

android.view.InflateException: Binary XML file line #9: Binary XML file line #9: Error inflating class developer.shivam.library.CrescentoContainer

axsddlr avatar Jul 21 '17 02:07 axsddlr

I'm having the same error too.

elviskc091 avatar Sep 01 '17 19:09 elviskc091

If you are using "com.github.developer-shivam:Crescento:1.2.0" Use developer.shivam.crescento.CrescentoContainer instead of developer.shivam.library.CrescentoContainer in your xml.

DinukaGayan avatar Oct 06 '17 14:10 DinukaGayan

Experiencing the same issue as well.

plmrlnsnts avatar Oct 28 '17 02:10 plmrlnsnts

@DinukaGayan thank you so much resolved

ScubeOmkar avatar Apr 05 '18 12:04 ScubeOmkar

<developer.shivam.crescento.CrescentoContainer
                    android:id="@+id/top_container"
                    android:layout_width="match_parent"
                    android:layout_height="300dp"
                    attribute:curvature="40dp"
                    >

                </developer.shivam.crescento.CrescentoContainer>

androidqasim avatar May 11 '18 10:05 androidqasim