Helloe everyone! I am curious to know why android studio is showing yellow highlighted in this portion of code.
I am using this touch listener on EditTextView because I want to hide something when this EditTextView is clicked/
snippet of code
CodePudding user response:
Codes automatically get highlighted if there's any warning or suggestions for a code block . In this case , the Android studio suggests to use a lambda function.
To see the suggestion ,
- Hover over the code block
- Right click > Show context Action
- Alt Enter