Skip to content

Commit 3de6425

Browse files
authored
Update README.md
1 parent 79d4ee7 commit 3de6425

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,15 @@ Sync项目以后,引入这个库就成功了~~~
3030
### 2. 在Module的build.gradle添加依赖
3131

3232

33-
compile 'com.github.open-android:FragmentTabhostUtils:0.2.0'
33+
compile 'com.github.open-android:FragmentTabhostUtils:0.3.0'
34+
3435
### 3. 在xml中,加入以下代码:
3536

36-
<com.ycl.tabview.library.TabView
37+
<com.heima.tabview.library.TabView
3738
android:id="@+id/tabView"
3839
android:layout_width="match_parent"
3940
android:layout_height="match_parent">
40-
</com.ycl.tabview.library.TabView>
41+
</com.heima.tabview.library.TabView>
4142

4243

4344
### 4. 在项目当中添加如下代码:

0 commit comments

Comments
 (0)