skydoves / ExpandableLayout

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

Parent layout textview is not showing multi text #36

Open androidbala126 opened 1 year ago

androidbala126 commented 1 year ago

I am trying to set multiline text in parent layout textview. It's working in XML preview and when i run the device its showing only one line. I have tried with maxLine =5 and singleLine=false properties as well. Please help me