Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TommyLemon committed Feb 20, 2024
1 parent 40841d4 commit da63803
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,9 @@ dependencies {
android:textAllCaps="false"
/>
```
参考 [layout/activity_main](https://github.com/TommyLemon/UIGO/blob/master/APIJSONApp/app/src/main/res/layout/activity_main.xml) <br />
参考 [layout/main_tab_activity](https://github.com/TommyLemon/UIGO/blob/master/APIJSONApp/app/src/main/res/layout/main_tab_activity.xml) <br />
<br />
点击这个入口跳转到 [UIAutoActivity](https://github.com/TommyLemon/UIGO/blob/master/APIJSONApp/uiauto/src/main/java/uiauto/UIAutoActivity.java)
点击这个入口跳转到 [UIAutoActivity](https://github.com/TommyLemon/UIGO/blob/master/APIJSONApp/UIAuto/src/main/java/uiauto/UIAutoActivity.java)
```java
public void onClickUI(View v) {
startActivity(UIAutoActivity.createIntent(this));
Expand Down

0 comments on commit da63803

Please sign in to comment.