Skip to content

Commit cd02af8

Browse files
authored
Merge pull request #1129 from inclement/webview_loading
Moved webview loading animation to bootstrap
2 parents e5ab231 + 3c0c989 commit cd02af8

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

pythonforandroid/bootstraps/webview/build/webview_includes/_load.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<html>
44
<head>
55
<meta charset="utf-8">
6-
<link href="static/style.css" rel="stylesheet" type="text/css">
6+
<link href="_loading_style.css" rel="stylesheet" type="text/css">
77
<title>
88
Python WebView loader
99
</title>

0 commit comments

Comments
 (0)