diff --git a/LocationRinger/AndroidManifest.xml b/LocationRinger/AndroidManifest.xml index 3bf6cbf..eebabef 100644 --- a/LocationRinger/AndroidManifest.xml +++ b/LocationRinger/AndroidManifest.xml @@ -2,8 +2,8 @@ + android:versionCode="81" + android:versionName="1e45d79" > diff --git a/LocationRinger/res/drawable-hdpi/icon.png b/LocationRinger/res/drawable-hdpi/icon.png deleted file mode 100644 index f63f497..0000000 Binary files a/LocationRinger/res/drawable-hdpi/icon.png and /dev/null differ diff --git a/LocationRinger/res/drawable-ldpi/icon.png b/LocationRinger/res/drawable-ldpi/icon.png deleted file mode 100644 index 2645a65..0000000 Binary files a/LocationRinger/res/drawable-ldpi/icon.png and /dev/null differ diff --git a/LocationRinger/res/drawable-mdpi/icon.png b/LocationRinger/res/drawable-mdpi/icon.png deleted file mode 100644 index ccfbe45..0000000 Binary files a/LocationRinger/res/drawable-mdpi/icon.png and /dev/null differ diff --git a/LocationRinger/src/com/TwentyCodes/android/LocationRinger/ui/FirstBootDialog.java b/LocationRinger/src/com/TwentyCodes/android/LocationRinger/ui/FirstBootDialog.java index c2c4291..193cb87 100644 --- a/LocationRinger/src/com/TwentyCodes/android/LocationRinger/ui/FirstBootDialog.java +++ b/LocationRinger/src/com/TwentyCodes/android/LocationRinger/ui/FirstBootDialog.java @@ -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); }