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 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 %}"
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments