idunnololz / AnimatedExpandableListView

An extendable, flexible ExpandableListView widget that supports animations.
Apache License 2.0
591 stars 231 forks source link

Class Not Found Exception #36

Open tushar1995 opened 9 years ago

tushar1995 commented 9 years ago

Hey, I am trying to use youro annimated expandable list view in my app but I'm having some issues. I have imported the library and this is my xml code:

<com.example.animatedexpandablelistview.AnimatedExpandableListView android:layout_width="fill_parent" android:layout_height="fill_parent" android:id="@+id/orderList" android:groupIndicator="@color/transparent" android:padding="10dp" />

and then I'm setting an adapter like I would do for a normal expandable list view. But it throws an exception saying that the class com.example.animatedexpandablelistview.AnimatedExpandableListView wasn't found. Any help would be appreciated. :)

wangyeming commented 9 years ago

Do you add package path in your xml file? Like <com.idunnololz.widgets.AnimatedExpandableListView not just <AnimatedExpandableListView