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 257c00c commit b5d81aaCopy full SHA for b5d81aa
README.md
@@ -168,7 +168,11 @@ And if you want to change the button corners with color create a drawable file
168
And then call this method when you create drawable
169
170
.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
173
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
176
177
**Change** the dialog style upon confirming:
178
0 commit comments