Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanhua authored Jul 30, 2017
1 parent b373050 commit 36b1468
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ In your build.gradle:
skeletonScreen = Skeleton.bind(rootView)
.placeHolder(R.layout.layout_img_skeleton)
.show();
when data return you could call
when data return you can call the method to hide skeleton loading view

skeletonScreen.hide()
Expand Down

0 comments on commit 36b1468

Please sign in to comment.