use android drawable for info_icon instead of an own drawable...

This commit is contained in:
Philipp Schaefer 2013-04-11 00:50:19 +02:00
parent 3ba31f490d
commit a7f97fa5ba
4 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 482 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 317 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 657 B

View File

@ -34,7 +34,7 @@ public class IITC_AboutDialogPreference extends DialogPreference{
message.setMovementMethod(LinkMovementMethod.getInstance()); message.setMovementMethod(LinkMovementMethod.getInstance());
builder.setView(message) builder.setView(message)
.setTitle(R.string.about) .setTitle(R.string.about)
.setIcon(R.drawable.ic_stat_about) .setIcon(android.R.drawable.ic_dialog_info)
.setNeutralButton(R.string.close, new OnClickListener() { .setNeutralButton(R.string.close, new OnClickListener() {
public void onClick(DialogInterface dialog, int id) { public void onClick(DialogInterface dialog, int id) {
dialog.cancel(); dialog.cancel();