prettify nfc dialog

This commit is contained in:
Dominik Schürmann 2014-01-03 12:28:03 +01:00
parent 15be9fc99b
commit 606caee145
2 changed files with 5 additions and 3 deletions

View File

@ -346,4 +346,6 @@
<!-- Share -->
<string name="share_qr_code_dialog_start">Go through all QR Codes using \'Next\', and scan them one by one.</string>
<string name="share_qr_code_dialog_progress">QR Code %1$d of %2$d</string>
</resources>
<string name="share_nfc_dialog">Share with NFC</string>
</resources>

View File

@ -53,8 +53,8 @@ public class ShareNfcDialogFragment extends DialogFragment {
AlertDialog.Builder alert = new AlertDialog.Builder(activity);
alert.setIcon(android.R.drawable.ic_dialog_alert);
alert.setTitle(R.string.warning);
alert.setIcon(android.R.drawable.ic_dialog_info);
alert.setTitle(R.string.share_nfc_dialog);
alert.setCancelable(true);
alert.setPositiveButton(android.R.string.ok, new DialogInterface.OnClickListener() {