[Android] Add loading page

This commit is contained in:
zilmar 2016-07-17 12:03:41 +10:00
parent 98853369a0
commit 12c1135829
2 changed files with 5 additions and 0 deletions

BIN
Android/assets/loading.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB

View File

@ -0,0 +1,5 @@
<html>
<body bgcolor="white">
<div style="text-align: center"><h1>Please Wait...</h1></div>
<div style="text-align: center"><img src="loading.gif" border="0" /></div>
</body>