Closed Vierco closed 6 years ago
two ways:
<string name="title_nothing"></string>
, and set as main title:
.withResources(R.string.title_nothing, R.string.title_ok, R.string.dialog_cancel)
disableTitle(true)
on the newest master
branch.good luck.
Otherwise, you can change the color of the title and the "cancel" button? Thanks for your work.