Possible to extend this for EditText?
ewhite-dev opened this issue · 0 comments
ewhite-dev commented
I tried making an FlowEditText that extended FlowTextView
but this didn't work because FlowTextView is missing a lot of things from an actual textview, so just putting in the EditText code in my new class didn't have anything to override and would require much greater modification and scrutiny of the FlowTextView methods.
Can you make this?