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

@@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.TwentyCodes.android.LocationRinger"
android:installLocation="internalOnly"
android:versionCode="80"
android:versionName="79873c8" >
android:versionCode="81"
android:versionName="1e45d79" >
<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="16"/>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

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);
}