In your layout xml, add the view com.your.package.ContinueReadingTextView in fact of a TextView:
<com.your.package.ContinueReadingTextView
android:id="@+id/idContinueReadingTextView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="My custom text view"
app:continueReading="Continue reading"
app:textCroppedLength="350" />