Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mreram committed Jan 21, 2018
1 parent dd4c4fc commit dab8bf6
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 @@ -9,7 +9,7 @@ Sample usage in your activity:
new GuideView.Builder(this)
.setTitle("Guide Title Text")
.setContentText("Guide Description Text\n .....Guide Description Text\n .....Guide Description Text .....")
.setGravity(GuideView.Gravity.CENTER)//optional
.setGravity(GuideView.Gravity.AUTO)//optional
.setTargetView(view)
.setContentTextSize(12)//optional
.setTitleTextSize(14)//optional
Expand Down

0 comments on commit dab8bf6

Please sign in to comment.