DroidFish: Use "..." in progress dialog titles.

This commit is contained in:
Peter Osterlund
2013-03-10 09:56:19 +00:00
parent 8ced188b49
commit 0445e7137e
4 changed files with 3 additions and 7 deletions

View File

@@ -321,7 +321,6 @@ public class EditPGN extends ListActivity {
progress = new ProgressDialog(this);
progress.setProgressStyle(ProgressDialog.STYLE_HORIZONTAL);
progress.setTitle(R.string.reading_pgn_file);
progress.setMessage(getString(R.string.please_wait));
progress.setOnCancelListener(new OnCancelListener() {
@Override
public void onCancel(DialogInterface dialog) {

View File

@@ -257,7 +257,6 @@ public class LoadFEN extends ListActivity {
progress = new ProgressDialog(this);
progress.setProgressStyle(ProgressDialog.STYLE_HORIZONTAL);
progress.setTitle(R.string.reading_fen_file);
progress.setMessage(getString(R.string.please_wait));
progress.setOnCancelListener(new OnCancelListener() {
@Override
public void onCancel(DialogInterface dialog) {

View File

@@ -211,7 +211,6 @@ public class LoadScid extends ListActivity {
progress = new ProgressDialog(this);
progress.setProgressStyle(ProgressDialog.STYLE_HORIZONTAL);
progress.setTitle(R.string.reading_scid_file);
progress.setMessage(getString(R.string.please_wait));
progress.setOnCancelListener(new OnCancelListener() {
@Override
public void onCancel(DialogInterface dialog) {