Implement pre-load background for webapps
commit62a4118a05c8d696afca7828a8f80ed96e03c34b
authorlalitm <lalitm@google.com>
Thu, 20 Aug 2015 00:52:58 +0000 (19 17:52 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 20 Aug 2015 00:53:22 +0000 (20 00:53 +0000)
tree3065650848a8d1e2f070cd8c7c4c40724aa90f99
parent1132a1101c36c91a31fcd3171f7aa81c27ea621e
Implement pre-load background for webapps

This is a stopgap solution so that the webapp loading experience is less
horrible before splashscreen arrives properly. The advantage of this change
is that all the code here will be used for splashscreen as well.

BUG=522042

Review URL: https://codereview.chromium.org/1295173002

Cr-Commit-Position: refs/heads/master@{#344387}
chrome/android/java/AndroidManifest.xml
chrome/android/java/res/layout/webapp_splashscreen.xml [new file with mode: 0644]
chrome/android/java/res/values-v17/styles.xml
chrome/android/java/res/values/colors.xml
chrome/android/java/src/org/chromium/chrome/browser/ChromeActivity.java
chrome/android/java/src/org/chromium/chrome/browser/webapps/WebappActivity.java