Add new Kiwix icon

This commit is contained in:
Rashiq 2015-06-07 11:28:15 +02:00
parent 517bad0b26
commit 9e76d81403
12 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
<application
android:icon="@drawable/kiwix_icon"
android:icon="@mipmap/kiwix_icon"
android:label="@string/app_name"
android:allowBackup="true"
android:hardwareAccelerated="true"
@ -89,7 +89,6 @@
<activity
android:name=".ZimFileSelectActivity"
android:icon="@drawable/kiwix_icon"
android:label="@string/choose_file">
<!-- TODO -->
<intent-filter>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1008 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

BIN
res/mipmap-hdpi/kiwix_icon.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

BIN
res/mipmap-mdpi/kiwix_icon.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

BIN
res/mipmap-xhdpi/kiwix_icon.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

BIN
res/mipmap-xxhdpi/kiwix_icon.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

BIN
res/mipmap-xxxhdpi/kiwix_icon.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB

View File

@ -258,6 +258,7 @@ public class KiwixMobileActivity extends AppCompatActivity
manageExternalLaunchAndRestoringViewState(savedInstanceState);
setUpWebView();
setUpExitFullscreenButton();
setUpTTS();
loadPrefs();
updateTitle(ZimContentProvider.getZimFileTitle());
}
@ -1320,7 +1321,7 @@ public class KiwixMobileActivity extends AppCompatActivity
this);
zimFileMissingBuilder.setTitle(R.string.app_name);
zimFileMissingBuilder.setMessage(R.string.customapp_missing_content);
zimFileMissingBuilder.setIcon(R.drawable.kiwix_icon);
zimFileMissingBuilder.setIcon(R.mipmap.kiwix_icon);
final Activity activity = this;
zimFileMissingBuilder
.setPositiveButton(getString(R.string.go_to_play_store),

BIN
web_hi_res_512.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB