commit | a987d9af69ca5447a888a3d5b50f3511d4b8f0da | [log] [tgz] |
---|---|---|
author | Stefan Wysocki <stefan.wysocki@sonymobile.com> | Thu Oct 10 12:07:11 2013 +0200 |
committer | Johan Redestig <johan.redestig@sonymobile.com> | Fri Nov 07 21:22:06 2014 +0100 |
tree | ce8ce7d09f4a2118413facc6382e10c33d2c4b45 | |
parent | 59701b9ba5c453e327bc0e6873a9f6ff87a10391 [diff] |
Use parseColor instead of getHTMLColor getHTMLColor is not aware of ARGB color format which is commonly used in android xml files. This causes problem with coloring spans in resources. Instead of above it should be changed to parseColor() with supported formats: #RRGGBB #AARRGGBB Bug: https://code.google.com/p/android/issues/detail?id=58192 Change-Id: I16bdf4c5c2a3b5e216b44e5c1955cac0104b3e12