RotatableAutofitEditText icon indicating copy to clipboard operation
RotatableAutofitEditText copied to clipboard

Extended EditText which allows to move, rotate and resize text at the same time

Results 4 RotatableAutofitEditText issues
Sort by recently updated
recently updated
newest added

i cant make this edit text has multilines.

If you add a new RotatableAutofitEditText into layout with the Gravity.CENTER movement will be limited. Example: > val layoutParams = FrameLayout.LayoutParams(WRAP_CONTENT, WRAP_CONTENT) > layoutParams.gravity = Gravity.CENTER > val newEditText =...

how to delete particular textview from multiple textview ?

How to enable/disable drag and drop for movement?