Add new Kiwix icon
@ -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>
|
||||
|
Before Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 1008 B |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 4.4 KiB |
BIN
res/mipmap-hdpi/kiwix_icon.png
Executable file
After Width: | Height: | Size: 2.6 KiB |
BIN
res/mipmap-mdpi/kiwix_icon.png
Executable file
After Width: | Height: | Size: 1.7 KiB |
BIN
res/mipmap-xhdpi/kiwix_icon.png
Executable file
After Width: | Height: | Size: 3.6 KiB |
BIN
res/mipmap-xxhdpi/kiwix_icon.png
Executable file
After Width: | Height: | Size: 5.6 KiB |
BIN
res/mipmap-xxxhdpi/kiwix_icon.png
Executable file
After Width: | Height: | Size: 7.9 KiB |
@ -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
After Width: | Height: | Size: 28 KiB |