mirror of https://github.com/grpc/grpc-java.git
android-interop-testing: add the linter error message ignore annotation in the source xml file (#8821)
This commit is contained in:
parent
9e8375850b
commit
56e9321d8a
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue