Skip to content

Commit

Permalink
Modify wording
Browse files Browse the repository at this point in the history
  • Loading branch information
sophia committed Nov 18, 2019
1 parent b94b48d commit 7c4465a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testapp/src/main/res/layout/quick_start.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
android:layout_marginTop="10dp"
android:layout_marginLeft="2dp"
android:layout_marginRight="2dp"
android:text="2. 场景1:在新进程中打开 webview,Hardcoder 请求时间 5s。" />
android:text="2. 用例 1:在新进程中打开 webview,Hardcoder 请求时间 5s。" />

<Button
android:id="@+id/test_open_webview"
Expand Down Expand Up @@ -231,7 +231,7 @@
android:layout_marginTop="10dp"
android:layout_marginLeft="2dp"
android:layout_marginRight="2dp"
android:text="3. 场景2:进行较复杂计算,显示结果时间时会主动结束 Hardcoder 请求,即可进行下一次测试。" />
android:text="3. 用例 2:进行较复杂计算,显示结果时间时会主动结束 Hardcoder 请求,即可进行下一次测试。" />
<Button
android:id="@+id/test_arithmetic"
android:layout_width="match_parent"
Expand Down

0 comments on commit 7c4465a

Please sign in to comment.