FIx the android-interop-testing/src/main/res/layout/activity_tester.xml file to get rid of linter messages
Open
Type: Internal Cleanup
- Dominant language
- Java
- Stars
- 12.1k
- Forks
- 4k
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 37
Description
PR #8821 addresses the android linter issue (seen internally in Google3 builds) by adding the `tools:ignore="OnClick"` property to the elements. However this might not be correct and the issue could be the line 5
```
tools:context=".MainActivity"
```
This may need to be changed in order to run properly in Google3 as suggested by @ejona86
Contributor guide
Assessment
This issue has not been assessed yet.