android-interop-testing: add the linter error message ignore annotation in the source xml file (#8821)

This commit is contained in:
sanjaypujare 2022-01-11 09:12:46 -08:00 committed by GitHub
parent 9e8375850b
commit 56e9321d8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -46,6 +46,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:onClick="startEmptyUnary" android:onClick="startEmptyUnary"
android:text="Empty Unary" android:text="Empty Unary"
tools:ignore="OnClick"
/> />
<Button <Button
@ -54,6 +55,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:onClick="startLargeUnary" android:onClick="startLargeUnary"
android:text="Large Unary" android:text="Large Unary"
tools:ignore="OnClick"
/> />
<Button <Button
@ -62,6 +64,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:onClick="startClientStreaming" android:onClick="startClientStreaming"
android:text="Client Streaming" android:text="Client Streaming"
tools:ignore="OnClick"
/> />
<Button <Button
@ -70,6 +73,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:onClick="startServerStreaming" android:onClick="startServerStreaming"
android:text="Server Streaming" android:text="Server Streaming"
tools:ignore="OnClick"
/> />
<Button <Button
@ -78,6 +82,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:onClick="startPingPong" android:onClick="startPingPong"
android:text="Ping Pong" android:text="Ping Pong"
tools:ignore="OnClick"
/> />
<TextView <TextView