OSDN Git Service

Use SUGGEST_COLUMN_TEXT_2_URL in browser suggestions
authorBjorn Bringert <bringert@android.com>
Tue, 2 Mar 2010 11:20:29 +0000 (11:20 +0000)
committerBjorn Bringert <bringert@android.com>
Wed, 3 Mar 2010 09:23:24 +0000 (09:23 +0000)
commitc7c0fced4bfa9a15d4db28b4376f3fec28ef7fa5
treec3e676d7015196176d6ff4b536c6eb4e68eb2b4e
parentda3e030722f8703a27595e31a87428ca5df1f213
Use SUGGEST_COLUMN_TEXT_2_URL in browser suggestions

Before, the Browser used an HTML <font> tag to style
URLs in history / bookmark suggestions. The color used
was a hidden framework resource, it assumed that
the caller knew to interpret HTML mark-up, and it only
worked on a light colored background.

Now a separate column is used for displayed URLs, letting
the caller decide how to style URLs.

Part of the fix for http://b/issue?id=2380681

Change-Id: I1c3981de22bccf9cba2f2b903225ef1b50226758
src/com/android/browser/BrowserProvider.java