Search code examples
androidtextview

Android custom multiple textviews


I want to make something like image below, multiple TextView where the view goes to next line if it doesn't fit in the last line. enter image description here

Does anybody have a suggestion how to achieve something like this?


Solution

  • You can use FlowLayout. Check this :- https://github.com/nex3z/FlowLayout

    It also supports RTL layout