Skip to content

Commit d863b94

Browse files
Update README.md
1 parent 580f015 commit d863b94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ Customizing the alert dialog
145145
.confirmButtonColor(R.color.colorPrimary) // you can change the color of confirm button
146146
.cancelButtonColor(R.color.colorAccent) // you can change the color of cancel button
147147
.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
148149

149150
//This is how you can set dark theme to alert dialog box
150151
@Override

0 commit comments

Comments
 (0)