skydoves / ExpandableLayout

🦚 An expandable layout that shows a two-level layout with an indicator.
Apache License 2.0
825 stars 54 forks source link

Duplicate Arrow #35

Closed mohsinraza-10P closed 2 years ago

mohsinraza-10P commented 2 years ago

Please complete the following information:

Description:

A duplicate arrow is shown with my own provided drawable. PS: Setting layout programmatically worked only, not with XML

Expected Behavior:

It should override the provided drawable icon in expandable_layout_frame.xml -> AppCompatImageView.

image image

Actual Behavior:

SS-2 SS-1

mohsinraza-10P commented 2 years ago

Fixed this issue luckily by following code snippet: image