We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79d4ee7 commit 3de6425Copy full SHA for 3de6425
README.md
@@ -30,14 +30,15 @@ Sync项目以后,引入这个库就成功了~~~
30
### 2. 在Module的build.gradle添加依赖
31
32
33
- compile 'com.github.open-android:FragmentTabhostUtils:0.2.0'
+ compile 'com.github.open-android:FragmentTabhostUtils:0.3.0'
34
+
35
### 3. 在xml中,加入以下代码:
36
- <com.ycl.tabview.library.TabView
37
+ <com.heima.tabview.library.TabView
38
android:id="@+id/tabView"
39
android:layout_width="match_parent"
40
android:layout_height="match_parent">
- </com.ycl.tabview.library.TabView>
41
+ </com.heima.tabview.library.TabView>
42
43
44
### 4. 在项目当中添加如下代码:
0 commit comments