You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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. :)
The text was updated successfully, but these errors were encountered:
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. :)
The text was updated successfully, but these errors were encountered: