Skip to content

Commit

Permalink
Merge branch 'master' of https://gitlab.com/fynd/gravity-view
Browse files Browse the repository at this point in the history
  • Loading branch information
Fahim committed Mar 7, 2017
2 parents bba082f + 97e0205 commit 905c6cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
gravityView = GravityView.init(this)
gravityView = GravityView.getInstance(this)
.setImage(bg, R.drawable.landingbg)
.center();
}
Expand Down

0 comments on commit 905c6cf

Please sign in to comment.