Tuesday, 13 August 2019

Split or break text into two lines and add three dots at the end

In case of textview -  add below lines in your xml layout field

android:hint="@string/txt_name"android:maxLines="2"android:ellipsize="end"
 
 
 
 
 

No comments:

Post a Comment