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 580f015 commit d863b94Copy full SHA for d863b94
README.md
@@ -145,6 +145,7 @@ Customizing the alert dialog
145
.confirmButtonColor(R.color.colorPrimary) // you can change the color of confirm button
146
.cancelButtonColor(R.color.colorAccent) // you can change the color of cancel button
147
.setContentTextSize(50) // you can change the content text size
148
+ .setTitleText("<h2>Title</h2><br><p>Description here</p>") //you can use html in title text
149
150
//This is how you can set dark theme to alert dialog box
151
@Override
0 commit comments