Skip to content

Commit b5d81aa

Browse files
Update README.md
1 parent 257c00c commit b5d81aa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,11 @@ And if you want to change the button corners with color create a drawable file
168168
And then call this method when you create drawable
169169

170170
.confirmButtonColor(R.drawable.button_background) // you can change border and color of button
171+
172+
And if you want to hide Title Text and Content Text of alert dialog
171173

174+
.setTitleText("Are you sure?") //just don't write this line if you want to hide title text
175+
.setContentText("Won't be able to recover this file!") // don't write this line if you want to hide content text
172176

173177
**Change** the dialog style upon confirming:
174178

0 commit comments

Comments
 (0)