Skip to content

Commit

Permalink
ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
jianghejie committed Nov 26, 2015
1 parent d11166a commit bec2604
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@
.DS_Store
/build
/captures
*.iml
.idea
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ protected void onCreate(Bundle savedInstanceState) {
layoutManager.setOrientation(LinearLayoutManager.VERTICAL);
mRecyclerView.setLayoutManager(layoutManager);

mRecyclerView.setRefreshProgressStyle(ProgressStyle.BallSpinFadeLoader);
mRecyclerView.setRefreshProgressStyle(ProgressStyle.BallBeat);
mRecyclerView.setLaodingMoreProgressStyle(ProgressStyle.SquareSpin);

mRecyclerView.setLoadingListener(new XRecyclerView.LoadingListener() {
Expand Down
2 changes: 2 additions & 0 deletions xrecyclerview/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
/build
*.iml
.idea

0 comments on commit bec2604

Please sign in to comment.