Custom view that implements a custom edittext with an "x" that clears the text when pressed
A custom view EditText that shows a “x” icon to clear the typed text.
This app was made from Google’s Advanced Android Developer Course code lab.
Note the code lab is made in java, while I used kotlin.