=================
AutoBreakLineLayout is an android ViewGroup show view child with line break like TextView show text.
Layout code :
<dev.misono.breaklinelayout.BreakLineLayout
android:id="@+id/break_line_layout"
app:shareWidth="true"
app:maxLines="all"
android:layout_width="match_parent"
android:layout_height="wrap_content" />