Highlight text on EditText
If somebodies want to click to highlight the text in edittext,
Just add one line in XML,
android:selectAllOnFocus="true"
to highlight the text.
Uses:
Clear Highlight text.
Change the new text.
Just add one line in XML,
android:selectAllOnFocus="true"
to highlight the text.
Uses:
Clear Highlight text.
Change the new text.
Comments