<TextView not displaying full text in BottomSheetD...
# stackoverflow
u
TextView not displaying full text in BottomSheetDialog My text is not being shown correctly despite having maxLines="10"

https://i.stack.imgur.com/zJAAV.png

Here is my xml code for the TextView Tried to implement scrolling programmatically but nothing happens uAbout.movementMethod = ScrollingMovementMethod()