I have body code:
<TextView
android:maxLines="3"
android:ellipsize="end"
android:textColor="@color/text_grey"
android:textSize="@dimen/text_size_normal"
android:textAppearance="@style/FontPath.Light"
android:id="@+id/tv_content_notification"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
I using android:ellipsize="end"
but when running it displays the following: