Removed original icon and updated first boot dialog

This commit is contained in:
2012-07-23 00:58:40 -04:00
parent 1e45d7911a
commit a664e0ad57
5 changed files with 3 additions and 3 deletions

View File

@@ -66,7 +66,7 @@ public class FirstBootDialog extends Dialog implements android.view.View.OnClick
private void build(final Context context) {
requestWindowFeature(Window.FEATURE_LEFT_ICON);
this.setContentView(R.layout.first_boot_dialog);
setFeatureDrawableResource(Window.FEATURE_LEFT_ICON, R.drawable.icon);
setFeatureDrawableResource(Window.FEATURE_LEFT_ICON, R.drawable.ic_launcher);
this.setTitle(R.string.welcome);
findViewById(R.id.ok_button).setOnClickListener(this);
}