- implementation "com.github.skydoves:expandablelayout:1.0.7"
- Device : All
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