I need help.I have a TextView and wanna give limit to my TextView.However,I use maxLength , maxLine and ellipsize.There aren't give any result.Here is my code :
<TextView
android:id="@+id/introTextNews"
style="@style/FormtTextStyle"
android:layout_below="@+id/txtNewsName"
android:maxLines="2"
android:ellipsize="end"/>