We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8fde7b commit 75b42a5Copy full SHA for 75b42a5
1 file changed
README.md
@@ -228,7 +228,7 @@ A title with gravity changed:
228
229
new KAlertDialog(this, KAlertDialog.NORMAL_TYPE)
230
.setTitleText("Lorem Ipsum")
231
- .setTitleTextGravity(Gravity.START) //you can specify your own gravity
+ .setTitleTextLayoutGravity(Gravity.START); //you can specify your own gravity
232
.setContentText("Lorem Ipsum is simply dummy text of the printing and typesetting industry.")
233
.setConfirmClickListener("OK", null)
234
.show();
0 commit comments