A Custom TextView with trim text
To add the ReadMoreTextView library to your Android Studio project, simply add the following gradle dependency:
compile 'com.borjabravo:readmoretextview:2.0.1'
To use the ReadMoreTextView on your app, add the following code to your layout:
<com.borjabravo.readmoretextview.ReadMoreTextView
android:id="@+id/text_view"
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
You can customize ReadMoreTextView with: