summaryrefslogtreecommitdiffstats
path: root/core/res/res/raw-tr
diff options
context:
space:
mode:
authorDominik <dominik@dominikschuermann.de>2012-06-19 18:58:19 +0300
committerDominik <dominik@dominikschuermann.de>2012-06-19 18:58:19 +0300
commitc7ae1da2e99604061c57040de603fb2fa9e46756 (patch)
treea392b0e897cab643d6e032aade84622e42061acc /core/res/res/raw-tr
parent20d6caf8888d4114b6ce79d93c7c9cf903ad8c22 (diff)
downloadframeworks_base-c7ae1da2e99604061c57040de603fb2fa9e46756.zip
frameworks_base-c7ae1da2e99604061c57040de603fb2fa9e46756.tar.gz
frameworks_base-c7ae1da2e99604061c57040de603fb2fa9e46756.tar.bz2
Added missing viewport meta tag to html resources
The viewport meta tag was missing in the translated html resources, which caused small unreadable error pages in Androids Browser when using other languages than the default english one. Change-Id: Icf6fbb6b5efc2de9bc18887bed5db009675bb313 Signed-off-by: Dominik <dominik@dominikschuermann.de>
Diffstat (limited to 'core/res/res/raw-tr')
-rw-r--r--core/res/res/raw-tr/loaderror.html1
-rw-r--r--core/res/res/raw-tr/nodomain.html1
2 files changed, 2 insertions, 0 deletions
diff --git a/core/res/res/raw-tr/loaderror.html b/core/res/res/raw-tr/loaderror.html
index b6f4890..665c9a8 100644
--- a/core/res/res/raw-tr/loaderror.html
+++ b/core/res/res/raw-tr/loaderror.html
@@ -1,5 +1,6 @@
<html>
<head>
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
<title>Web sayfası yok</title>
<style type="text/css">
body { margin-top: 0px; padding-top: 0px; }
diff --git a/core/res/res/raw-tr/nodomain.html b/core/res/res/raw-tr/nodomain.html
index a79c21b..90545da 100644
--- a/core/res/res/raw-tr/nodomain.html
+++ b/core/res/res/raw-tr/nodomain.html
@@ -1,5 +1,6 @@
<html>
<head>
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
<title>Web sayfası yok</title>
<style type="text/css">
body { margin-top: 0px; padding-top: 0px; }