Removed original icon and updated first boot dialog
This commit is contained in:
@@ -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 |
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user