Skip to content

PopPsyA/CutableTextView

Repository files navigation

cutable_text_view_icon

badge android platform badge v0.0.1

An easy to use CutableTextView when you need to cut a long text. ✂️ ✂️ ✂️

videotogif_2018 06 27_14 36 36

Gradle

dependencies { implementation 'com.github.devit951:cutabletextview:0.0.1' ... } 

Usage

 <com.david.cutabletextview.CutableTextView android:id="@+id/ctv_sample" android:layout_margin="16dp" android:layout_width="match_parent" android:layout_height="wrap_content" android:text="Some loooooooooooooooooooooooooooooooooooooooooooooooong text" app:ctv_lines_to_cut=4"/> 

Attributes

app:ctv_lines_to_cut= cuts as many lines as you want (default 4).

If you want change this value programmatically , call this method CutableTextView#setLinesToCut(int lines);

About

CutableTextView - the super lightweight library that helps to you cut long text. ✂️

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages