Skip to content

Commit

Permalink
修改demo
Browse files Browse the repository at this point in the history
  • Loading branch information
zhou-you committed Apr 17, 2018
1 parent a26dd49 commit d419733
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Binary file modified apk/easyxrecyclerview_demo.apk
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public void run() {
}
mAdapter.setListAll(list);
}
}, 5000);
}, 2000);

StateGridLayoutManager layoutManager = new StateGridLayoutManager(this,3);
//切记!切记!切记!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public void run() {
}
mAdapter.setListAll(list);
}
}, 5000);
}, 2000);

//设置item事件监听
mAdapter.setOnItemClickListener(new BaseRecyclerViewAdapter.OnItemClickListener<String>() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public void run() {
}
mAdapter.setListAll(list);
}
}, 5000);
}, 2000);

//设置item事件监听
mAdapter.setOnItemClickListener(new BaseRecyclerViewAdapter.OnItemClickListener<String>() {
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/activity_tab3_sticky.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
/>
</android.support.design.widget.CollapsingToolbarLayout>

<com.zhouyou.smarttab.SmartTabLayout
<com.het.smarttab.SmartTabLayout
android:id="@+id/smartTabLayout"
android:layout_width="match_parent"
android:background="@color/white"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/activity_tab4_sticky.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
android:background="@color/white"
>

<com.zhouyou.smarttab.SmartTabLayout
<com.het.smarttab.SmartTabLayout
android:id="@+id/smartTabLayout"
android:layout_width="match_parent"
android:layout_height="match_parent"
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/layout/activity_tab_sticky.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
android:background="@color/white"
android:tag="sticky-nonconstant">

<com.zhouyou.smarttab.SmartTabLayout
<com.het.smarttab.SmartTabLayout
android:id="@+id/smartTabLayout"
android:layout_width="match_parent"
android:layout_height="42dp"
Expand All @@ -71,7 +71,7 @@
app:stl_underlineThickness="1px"/>
</LinearLayout>

<com.zhouyou.smarttab.viewpager.SlidingViewPager
<com.het.smarttab.viewpager.SlidingViewPager
android:id="@+id/slidingViewPager"
android:layout_width="match_parent"
android:layout_height="match_parent"
Expand Down

0 comments on commit d419733

Please sign in to comment.