File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
pythonforandroid/bootstraps/webview/build/templates Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 46
46
An example Java class can be found in README-android.txt
47
47
-->
48
48
<application android : label =" @string/app_name"
49
- android : icon =" @drawable /icon"
49
+ android : icon =" @mipmap /icon"
50
50
android : allowBackup =" {{ args.allow_backup }}"
51
51
{% if args.backup_rules %}android:fullBackupContent=" @xml/{{ args.backup_rules }}" {% endif %}
52
52
android : theme =" {{args.android_apptheme}}{% if not args.window %}.Fullscreen{% endif %}"
Original file line number Diff line number Diff line change 2
2
<resources >
3
3
<string name =" app_name" >{{ args.name }}</string >
4
4
<string name =" private_version" >{{ private_version }}</string >
5
+ <string name =" presplash_color" >{{ args.presplash_color }}</string >
5
6
</resources >
You can’t perform that action at this time.
0 commit comments