I\'m having a problem with setting text to a TextView:
TextView android:editable = \"true\".
In my .java it seems like that this should wor
In your java class, set the "EditText" Type to "TextView". Because you have declared a TextView in the layout.xml file
EditText
TextView
layout.xml