Skip to content
This repository was archived by the owner on Nov 10, 2024. It is now read-only.

Commit dab8bf6

Browse files
authored
Update README.md
1 parent dd4c4fc commit dab8bf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Sample usage in your activity:
99
new GuideView.Builder(this)
1010
.setTitle("Guide Title Text")
1111
.setContentText("Guide Description Text\n .....Guide Description Text\n .....Guide Description Text .....")
12-
.setGravity(GuideView.Gravity.CENTER)//optional
12+
.setGravity(GuideView.Gravity.AUTO)//optional
1313
.setTargetView(view)
1414
.setContentTextSize(12)//optional
1515
.setTitleTextSize(14)//optional

0 commit comments

Comments
 (0)