android-flowlayout icon indicating copy to clipboard operation
android-flowlayout copied to clipboard

Check if child on start of line

Open theblackwidower opened this issue 3 years ago • 1 comments

I have a simple feature request. I am using this FlowLayout to display a screen of quick reference material, but a lot of the text blends together. I'm trying to draw lines to separate them, but herein lies the problem. I don't want any lines on the outer edges, so I need a way to tell if a child object is on the start of a given line, so I know not to draw a separator in front of it.

I don't know if anyone has a clever way of doing this, but it would be nice if there was a method that could tell me a child's horizontal position, somehow.

theblackwidower avatar Apr 02 '22 20:04 theblackwidower

![google com/username=nabilahmohammed667@gmail com/images.githubusercontent.com/8464309/165021957-e6671b4a-87b0-44ac-b922-32a1a7ae0057.png)

ali2011498 avatar Apr 25 '22 04:04 ali2011498