Textisselectable Not Working With Edittext
I have seen many question like this here and lots of solution but nothing is working for me. below is my EditText xml
If you DO add android:textIsSelectable to a EditText the text IS selectable, but the field is NOT editable, nor is the cursor visible.
Solution 2:
Your code worked for me when I removed android:textIsSelectable="true".
Solution 3:
Its style problem, change it to following to check it works or not?
<stylename="AppTheme"parent="Theme.AppCompat.Light.DarkActionBar">
Post a Comment for "Textisselectable Not Working With Edittext"