Use string from strings.xml

This commit is contained in:
Miroojin Bakshi
2014-03-06 01:27:35 +05:30
parent a7a8f0a78e
commit 127ab0fd81
2 changed files with 2 additions and 1 deletions

View File

@@ -269,6 +269,6 @@ class ExpiryDatePickerDialog extends DatePickerDialog {
}
//Set permanent title.
public void setTitle(CharSequence title) {
super.setTitle("Set date");
super.setTitle(getContext().getString(R.string.expiry_date_dialog_title));
}
}