summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndroid (Google) Code Review <android-gerrit@google.com>2009-08-06 17:02:00 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2009-08-06 17:02:00 -0700
commit35b8aed5959fcc81d8ddbbd2db95fb4c038ba99d (patch)
tree833f5c1ba8dee4a39c6396e4a9ca6df530359705
parent19985b74de5fabfb7cd0ba0117e0ad074d96d108 (diff)
parent3ef554e6fb8f783c0477372219ddefe93302bbd7 (diff)
downloadframeworks_base-35b8aed5959fcc81d8ddbbd2db95fb4c038ba99d.zip
frameworks_base-35b8aed5959fcc81d8ddbbd2db95fb4c038ba99d.tar.gz
frameworks_base-35b8aed5959fcc81d8ddbbd2db95fb4c038ba99d.tar.bz2
Merge change 20356
* changes: Add viewport meta tag to our staged failure code so that they will render correctly.
-rw-r--r--core/res/res/raw/loaderror.html1
-rw-r--r--core/res/res/raw/nodomain.html1
2 files changed, 2 insertions, 0 deletions
diff --git a/core/res/res/raw/loaderror.html b/core/res/res/raw/loaderror.html
index 359a1e7..fd3d766 100644
--- a/core/res/res/raw/loaderror.html
+++ b/core/res/res/raw/loaderror.html
@@ -1,5 +1,6 @@
<html>
<head>
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
<title>Web page not available</title>
<style type="text/css">
body { margin-top: 0px; padding-top: 0px; }
diff --git a/core/res/res/raw/nodomain.html b/core/res/res/raw/nodomain.html
index 7a107fb..a71dbcd 100644
--- a/core/res/res/raw/nodomain.html
+++ b/core/res/res/raw/nodomain.html
@@ -1,5 +1,6 @@
<html>
<head>
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
<title>Web page not available</title>
<style type="text/css">
body { margin-top: 0px; padding-top: 0px; }