Skip to content

Commit 75b42a5

Browse files
Update setTitleTextLayoutGravity method name in README.md
1 parent b8fde7b commit 75b42a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ A title with gravity changed:
228228

229229
new KAlertDialog(this, KAlertDialog.NORMAL_TYPE)
230230
.setTitleText("Lorem Ipsum")
231-
.setTitleTextGravity(Gravity.START) //you can specify your own gravity
231+
.setTitleTextLayoutGravity(Gravity.START); //you can specify your own gravity
232232
.setContentText("Lorem Ipsum is simply dummy text of the printing and typesetting industry.")
233233
.setConfirmClickListener("OK", null)
234234
.show();

0 commit comments

Comments
 (0)