mahimrocky / ShowMoreText

This is simple library for creating textview expandable. Like Continue or Less. This library extended versiion TextView. Easy to use.
102 stars 24 forks source link

issue with setShowingChar(), shrinks to single line #9

Open shresthdeepgupta opened 3 years ago

shresthdeepgupta commented 3 years ago

on setting setShowingChar() , the textview works initially but after clicking "See less" it shrinks to single line and "See more" disappears.

in my activity :

productDescriptionText.apply {
            setShowingChar(400)
            addShowMoreText("Read more")
            addShowLessText("Read less")

        }