Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
luck1991 committed Jul 10, 2017
1 parent 5a06493 commit 1247b7c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ public void onTabClick(String title, int position) {
mContext, LinearLayoutManager.HORIZONTAL, dip2px(mContext, 0.5f), ContextCompat.getColor(mContext, R.color.line_color)));
recyclerView.setLayoutManager(manager);
recyclerView.setAdapter(new MyAdapter(mContext));
easy_indicator.setTabTitles(new String[]{"已完成(10)", "已评价"});
}

/**
Expand Down

0 comments on commit 1247b7c

Please sign in to comment.