ExpandableLayout icon indicating copy to clipboard operation
ExpandableLayout copied to clipboard

Expandable LinearLayout

Results 15 ExpandableLayout issues
Sort by recently updated
recently updated
newest added

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?