FlowLayout
FlowLayout copied to clipboard
Android implementation of FlowLayout. Layout arranges its children in multiple rows depending on their width.
[Parallel builds](https://docs.gradle.org/current/userguide/multi_project_configuration_and_execution.html#sec:parallel_execution). This project contains multiple modules. Parallel builds can improve the build speed by executing tasks in parallel. We can enable this feature by setting `org.gradle.parallel=true`. [Configuration on demand](https://docs.gradle.org/current/userguide/multi_project_configuration_and_execution.html#sec:configuration_on_demand)....
Adding this component to build.gradle results in this error: `Execution failed for task ':app:transformClassesWithJarMergingForDebug'. > com.android.build.api.transform.TransformException: java.util.zip.ZipException: duplicate entry: org/jetbrains/annotations/Nullable.class`
com.wefika.flowlayout.FlowLayout is not enclosing class when set layout param to addview inside flowlayout? what is this bug? thanks u !
Ignoring the right/end padding of the last child can allow more children to fit on a line. A workaround for now is to reduce the right/end padding of the FlowLayout...
when add a textview in code crash app thanks
Hi~ There is a problem with HorizontalPicker capture. Characters are not captured.
I used Flowlayout in my application. Below is my code `` then I adding the childview as buttons dynamically.Below is the code `FlowLayout ll = (FlowLayout)layout.findViewById(R.id.flow); for (int i =...
Would love to see a center justified option for this FlowLayout! I'd create a pull request, but just don't have the time right now.