Yusuf Adefolahan
Yusuf Adefolahan
Swap the arrow in the setRenderer to this: `view.findViewById(R.id.arrow).setBackgroundResource(isExpanded ? R.drawable.arrow_down : R.drawable.arrow_up);` Then you can can this two functions already available in the library with this: `sectionLinearLayout.setExpandListener((ExpandCollapseListener.ExpandListener) (parentIndex, parent,...
Kindly refer to this [link](https://stackoverflow.com/a/63652381/7414213). You need to download the aar and import the module to your android studio project
i will like to work on this issue
@krunalagrawal i tried you code and it worked, the image was at the center. Here is what i think might be wrong: 1. Check the size of your image, the...