Various title, content, and action title updates for dialogs to make them more consistent and professional
This commit is contained in:
parent
a09c891f31
commit
d5c5d02360
24 changed files with 42 additions and 1238 deletions
|
|
@ -27,7 +27,7 @@ public class DeleteSongsDialogHelper {
|
|||
return new MaterialDialog.Builder(context)
|
||||
.title(title)
|
||||
.content(context.getResources().getString(R.string.delete_warning))
|
||||
.positiveText(context.getResources().getString(R.string.delete))
|
||||
.positiveText(context.getResources().getString(R.string.delete_action))
|
||||
.negativeText(context.getResources().getString(android.R.string.cancel))
|
||||
.callback(new MaterialDialog.ButtonCallback() {
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue