|
Google/Android/Development/Tutorials
Android: add Click event to a TextView
|
04.01.2021 1114
|
How to extend
an Android TextView to a Click so that an event is triggered when you click on
the text
To do this,
you have to enter android :clickable="true" in the xml page
And in the
java file assign an OnClickListener( )
|