Skip to content

Commit

Permalink
Fixes App Icon and Presplash_Screen For Webview bootstrap (#2556)
Browse files Browse the repository at this point in the history
* dddd

Signed-off-by: kengoon <[email protected]>

* fix for issue #2552 and presplash_color
  • Loading branch information
kengoon authored Apr 6, 2022
1 parent afd9942 commit 85c4d1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
An example Java class can be found in README-android.txt
-->
<application android:label="@string/app_name"
android:icon="@drawable/icon"
android:icon="@mipmap/icon"
android:allowBackup="{{ args.allow_backup }}"
{% if args.backup_rules %}android:fullBackupContent="@xml/{{ args.backup_rules }}"{% endif %}
android:theme="{{args.android_apptheme}}{% if not args.window %}.Fullscreen{% endif %}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
<resources>
<string name="app_name">{{ args.name }}</string>
<string name="private_version">{{ private_version }}</string>
<string name="presplash_color">{{ args.presplash_color }}</string>
</resources>

0 comments on commit 85c4d1c

Please sign in to comment.