I have the following warning (from the Lint) on each TextView
with an ID in my XMLs.
Consider making the text value selectable by specifying android:textIsSelectable="true"
Can anyone please explain me why does it suddenly (from ADT 21.1) happening?
Why does the Lint thinks that I want each TextView
to be selectable?
EDIT: I know it can be ignored, but I don't think it's a solution.