FlowTextView
FlowTextView copied to clipboard
A wrapping TextView for Android
Crashing on new android studio, interfering with app theme
**This is my gradle and coroutine setup:** _classpath 'com.android.tools.build:gradle:7.1.3' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.0"_ **Android Studio Version:**
In my usecase I set the Text everytime the view is created. If the text is longer than the ChildElement the last line of text is cut off. My temporarly...
I replace Textview with FlowTextView, but the textColor & textSize property no longer work.
I find that the perfomance of FlowTextView is not good, onDraw() method comsumes too many cpu time.
I tried to set textdirection and textAlignment from xml and programitaclly but it doesn't support rtl.
I use japanese in my app. On some devices, FlowTextView doesn't show full text. It trims some text at the end.
Hello, I want to set max lines to attribute to the textview.
Hi there, awesome control. works really well How do I do Line Spacing?