ExpandableLayout
ExpandableLayout copied to clipboard
Expandable LinearLayout
for (PayDetail payDetail : loanDetails.getRepaymentList()) { Section section = new Section(); section.parent = payDetail; section.children.add(payDetail); section.expanded = false; binding.elLoanList.addSection(section); binding.elLoanList.addChild(payDetail, payDetail); }. still is open.
Hi i dont wanna that my list collapse when i do onClick in the parent, i tried with "clickeable = "false"" and "setOnClickListener(null)" but didnt works some suggestion? ty for...
Fix arrow not moving Add a simple animation (more will follow) :)
public void addChildren(P parent, List children) Is it superfluous?