Closed PatilShreyas closed 3 years ago
[#42] Added provision for setting text alignment configuration for title and message from dialog builder.
.setTitle("Lorem Ipsum", TextAlignment.CENTER) // Title at center .setMessage("Lorem Ipsum", TextAlignment.START) // Message at start (i.e. left)
Summary
[#42] Added provision for setting text alignment configuration for title and message from dialog builder.
Usage