We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b94b48d commit 7c4465aCopy full SHA for 7c4465a
1 file changed
testapp/src/main/res/layout/quick_start.xml
@@ -60,7 +60,7 @@
60
android:layout_marginTop="10dp"
61
android:layout_marginLeft="2dp"
62
android:layout_marginRight="2dp"
63
- android:text="2. 场景1:在新进程中打开 webview,Hardcoder 请求时间 5s。" />
+ android:text="2. 用例 1:在新进程中打开 webview,Hardcoder 请求时间 5s。" />
64
65
<Button
66
android:id="@+id/test_open_webview"
@@ -231,7 +231,7 @@
231
232
233
234
- android:text="3. 场景2:进行较复杂计算,显示结果时间时会主动结束 Hardcoder 请求,即可进行下一次测试。" />
+ android:text="3. 用例 2:进行较复杂计算,显示结果时间时会主动结束 Hardcoder 请求,即可进行下一次测试。" />
235
236
android:id="@+id/test_arithmetic"
237
android:layout_width="match_parent"
0 commit comments