ExpandableLayout
ExpandableLayout copied to clipboard
Can't inflate ExpandableLayout
You seem to have changed the RelativeLayout to a FrameLayout in the in ExpandableLayout:
https://github.com/traex/ExpandableLayout/blob/master/library/src/main/java/com/andexert/expandablelayout/library/ExpandableLayout.java#L65-L70
But you haven't changed the RelativeLayouts in the actual layout file you are inflating, this is causing issues with inflating a layout containing ExpandableLayout.
https://github.com/traex/ExpandableLayout/blob/master/library/src/main/res/layout/view_expandable.xml