ExpandableLayout icon indicating copy to clipboard operation
ExpandableLayout copied to clipboard

Can't inflate ExpandableLayout

Open ScottCooper92 opened this issue 10 years ago • 0 comments

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

ScottCooper92 avatar May 06 '15 20:05 ScottCooper92