Add new Kiwix icon
@ -17,7 +17,7 @@
|
|||||||
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
|
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
|
||||||
|
|
||||||
<application
|
<application
|
||||||
android:icon="@drawable/kiwix_icon"
|
android:icon="@mipmap/kiwix_icon"
|
||||||
android:label="@string/app_name"
|
android:label="@string/app_name"
|
||||||
android:allowBackup="true"
|
android:allowBackup="true"
|
||||||
android:hardwareAccelerated="true"
|
android:hardwareAccelerated="true"
|
||||||
@ -89,7 +89,6 @@
|
|||||||
|
|
||||||
<activity
|
<activity
|
||||||
android:name=".ZimFileSelectActivity"
|
android:name=".ZimFileSelectActivity"
|
||||||
android:icon="@drawable/kiwix_icon"
|
|
||||||
android:label="@string/choose_file">
|
android:label="@string/choose_file">
|
||||||
<!-- TODO -->
|
<!-- TODO -->
|
||||||
<intent-filter>
|
<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);
|
manageExternalLaunchAndRestoringViewState(savedInstanceState);
|
||||||
setUpWebView();
|
setUpWebView();
|
||||||
setUpExitFullscreenButton();
|
setUpExitFullscreenButton();
|
||||||
|
setUpTTS();
|
||||||
loadPrefs();
|
loadPrefs();
|
||||||
updateTitle(ZimContentProvider.getZimFileTitle());
|
updateTitle(ZimContentProvider.getZimFileTitle());
|
||||||
}
|
}
|
||||||
@ -1320,7 +1321,7 @@ public class KiwixMobileActivity extends AppCompatActivity
|
|||||||
this);
|
this);
|
||||||
zimFileMissingBuilder.setTitle(R.string.app_name);
|
zimFileMissingBuilder.setTitle(R.string.app_name);
|
||||||
zimFileMissingBuilder.setMessage(R.string.customapp_missing_content);
|
zimFileMissingBuilder.setMessage(R.string.customapp_missing_content);
|
||||||
zimFileMissingBuilder.setIcon(R.drawable.kiwix_icon);
|
zimFileMissingBuilder.setIcon(R.mipmap.kiwix_icon);
|
||||||
final Activity activity = this;
|
final Activity activity = this;
|
||||||
zimFileMissingBuilder
|
zimFileMissingBuilder
|
||||||
.setPositiveButton(getString(R.string.go_to_play_store),
|
.setPositiveButton(getString(R.string.go_to_play_store),
|
||||||
|
BIN
web_hi_res_512.png
Executable file
After Width: | Height: | Size: 28 KiB |