deano2390/FlowTextView

Possible to extend this for EditText?

Opened this issue · 0 comments

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?