Skip to content

Commit 85c4d1c

Browse files
authored
Fixes App Icon and Presplash_Screen For Webview bootstrap (#2556)
* dddd Signed-off-by: kengoon <kengoon19@gmail.com> * fix for issue #2552 and presplash_color
1 parent afd9942 commit 85c4d1c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pythonforandroid/bootstraps/webview/build/templates/AndroidManifest.tmpl.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
An example Java class can be found in README-android.txt
4747
-->
4848
<application android:label="@string/app_name"
49-
android:icon="@drawable/icon"
49+
android:icon="@mipmap/icon"
5050
android:allowBackup="{{ args.allow_backup }}"
5151
{% if args.backup_rules %}android:fullBackupContent="@xml/{{ args.backup_rules }}"{% endif %}
5252
android:theme="{{args.android_apptheme}}{% if not args.window %}.Fullscreen{% endif %}"

pythonforandroid/bootstraps/webview/build/templates/strings.tmpl.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
<resources>
33
<string name="app_name">{{ args.name }}</string>
44
<string name="private_version">{{ private_version }}</string>
5+
<string name="presplash_color">{{ args.presplash_color }}</string>
56
</resources>

0 commit comments

Comments
 (0)