summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorPankaj Garg <pgarg@codeaurora.org>2015-07-15 12:07:37 -0700
committerjrizzoli <joey@cyanogenmoditalia.it>2015-08-28 13:15:46 +0200
commit07b2fd9ac55a9f2096423320f5c0e7fdb9b562d8 (patch)
treec35e65046ddeb87c0c0806874d59f868361354a6 /res/values
parentdbdf5aac9750c9cd918be04763480cae48a8b0a0 (diff)
downloadandroid_packages_apps_Gello-07b2fd9ac55a9f2096423320f5c0e7fdb9b562d8.tar.gz
android_packages_apps_Gello-07b2fd9ac55a9f2096423320f5c0e7fdb9b562d8.tar.bz2
android_packages_apps_Gello-07b2fd9ac55a9f2096423320f5c0e7fdb9b562d8.zip
Updated Tile view for folder and favicon
- New layouts for folder icons in Bookmarks view. - Reworked favicon tile views. - Display of SSL certification information on top of favicon - Modified logic behind showing counter on top of favicon Change-Id: Iaacc13be37e7cc65e859b46e0d91d5d5d6b62a9e
Diffstat (limited to 'res/values')
-rw-r--r--res/values/attrs_tiles.xml (renamed from res/values/attrs_site_tile_view.xml)10
-rw-r--r--res/values/colors.xml13
2 files changed, 17 insertions, 6 deletions
diff --git a/res/values/attrs_site_tile_view.xml b/res/values/attrs_tiles.xml
index 26b8486e..d6ec2927 100644
--- a/res/values/attrs_site_tile_view.xml
+++ b/res/values/attrs_tiles.xml
@@ -27,11 +27,17 @@
IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-->
<resources>
+
<declare-styleable name="SiteTileView">
<attr name="android:src" />
- <attr name="flat" format="boolean|reference" />
- <attr name="floating" format="boolean|reference" />
+ <attr name="disableBackground" format="boolean|reference" />
<attr name="trustLevel" format="integer|reference" />
<attr name="blockedObjects" format="integer|reference" />
</declare-styleable>
+
+ <declare-styleable name="FolderTileView">
+ <attr name="android:text" />
+ <attr name="android:label" />
+ </declare-styleable>
+
</resources>
diff --git a/res/values/colors.xml b/res/values/colors.xml
index b76ad304..6a3edfd6 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -55,8 +55,13 @@
<color name="tabViewTitleBackground">#D0000000</color>
<color name="navtab_bg">#80606060</color>
- <color name="SiteTileOverlineUnknown">@android:color/transparent</color>
- <color name="SiteTileOverlineTrusted">#00b813</color>
- <color name="SiteTileOverlineUntrusted">#ebc400</color>
- <color name="SiteTileOverlineAvoid">#d70704</color>
+ <color name="TileBadgeTextAvoid">#fff</color>
+ <color name="TileBadgeTextUntrusted">#333</color>
+ <color name="TileBadgeTextUnknown">#333</color>
+ <color name="TileBadgeTextVerified">#fff</color>
+
+ <!-- xml configuration for FolderTileView -->
+ <color name="FolderTileBackground">#555</color>
+ <color name="FolderTileTitle">#fff</color>
+ <color name="FolderTileCount">#fff</color>
</resources>