summaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
authorBijan Amirzada <bijana@codeaurora.org>2014-05-06 14:18:54 -0700
committerWebTech Code Review <code-review@localhost>2014-05-14 14:06:55 -0700
commite75909d7f96ab75c64be108f48a9bcc0934ae070 (patch)
tree37e80713db92de7b004ab832fe7dd343c33cba4e /assets
parentcc4bc5e7d0725fc7812da90bf48d6621aedc595a (diff)
downloadandroid_packages_apps_Gello-e75909d7f96ab75c64be108f48a9bcc0934ae070.tar.gz
android_packages_apps_Gello-e75909d7f96ab75c64be108f48a9bcc0934ae070.tar.bz2
android_packages_apps_Gello-e75909d7f96ab75c64be108f48a9bcc0934ae070.zip
Changes to conform to new overlay format
- Added new overlay resources and checks for new resource values - Removed all references to carrier specific lookups and converted them to overlay implementations instead. - Removed old resources from assets directory Change-Id: I5143b499ffb6f1e08d1f9c846eec94300de87561
Diffstat (limited to 'assets')
-rw-r--r--assets/qrd_homepage/en/default_page.html25
-rw-r--r--assets/qrd_homepage/images/bookmark.pngbin3337 -> 0 bytes
-rw-r--r--assets/qrd_homepage/images/history.pngbin3619 -> 0 bytes
-rw-r--r--assets/qrd_homepage/zh_cn/default_page.html25
4 files changed, 0 insertions, 50 deletions
diff --git a/assets/qrd_homepage/en/default_page.html b/assets/qrd_homepage/en/default_page.html
deleted file mode 100644
index 1d75dba6..00000000
--- a/assets/qrd_homepage/en/default_page.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
- <head>
- <meta name="viewport" content="width=device-width, user-scalable=no" />
- <meta http-equiv="Content-Type" content="text/html; charset=GB2312">
- <script type="text/javascript">
- </script>
- <style type="text/css">
- .item{width:170px; height:70px; font-size:22px}
- .img{width:18px; height:18px;}
- </style>
- </head>
- <body topmargin=90>
- <p>
- <table align="center" CellPadding="5" width="10%" height="10%">
- <tr>
- <td><button class="item" onClick="default_homepage.loadBookmarks()"><img class="img" src="../images/bookmark.png">&nbsp&nbspBookmark</td>
- </tr>
- <tr>
- <td><button class="item" onClick="default_homepage.loadHistory()"><img class="img" src="../images/history.png">&nbsp&nbspHistory&nbsp&nbsp&nbsp&nbsp</td>
- </tr>
- </table>
- </p>
- </body>
-</html> \ No newline at end of file
diff --git a/assets/qrd_homepage/images/bookmark.png b/assets/qrd_homepage/images/bookmark.png
deleted file mode 100644
index b2dab470..00000000
--- a/assets/qrd_homepage/images/bookmark.png
+++ /dev/null
Binary files differ
diff --git a/assets/qrd_homepage/images/history.png b/assets/qrd_homepage/images/history.png
deleted file mode 100644
index beaacc76..00000000
--- a/assets/qrd_homepage/images/history.png
+++ /dev/null
Binary files differ
diff --git a/assets/qrd_homepage/zh_cn/default_page.html b/assets/qrd_homepage/zh_cn/default_page.html
deleted file mode 100644
index 78306e0d..00000000
--- a/assets/qrd_homepage/zh_cn/default_page.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
- <head>
- <meta name="viewport" content="width=device-width, user-scalable=no" />
- <meta http-equiv="Content-Type" content="text/html; charset=GB2312">
- <script type="text/javascript">
- </script>
- <style type="text/css">
- .item{width:170px; height:70px; font-size:22px}
- .img{width:18px; height:18px;}
- </style>
- </head>
- <body topmargin=90>
- <p>
- <table align="center" CellPadding="5" width="10%" height="10%">
- <tr>
- <td><button class="item" onClick="default_homepage.loadBookmarks()"><img class="img" src="../images/bookmark.png">&nbsp&nbspÊé&nbsp&nbsp&nbsp&nbsp&nbsp&nbspÇ©</td>
- </tr>
- <tr>
- <td><button class="item" onClick="default_homepage.loadHistory()"><img class="img" src="../images/history.png">&nbsp&nbspÀúÊ·¼Ç¼</td>
- </tr>
- </table>
- </p>
- </body>
-</html> \ No newline at end of file