Add class to make text views with clickable spans accessible.
commit4560b4a302e5f26e14cbe10597eaa1a9f2db5990
authordmazzoni <dmazzoni@chromium.org>
Thu, 23 Oct 2014 23:43:30 +0000 (23 16:43 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 23 Oct 2014 23:44:02 +0000 (23 23:44 +0000)
treef6c4aa891ab9f122024d4a522899792b532da1bb
parent2525dae3107f78a01bf0f7f623db630c93375c34
Add class to make text views with clickable spans accessible.

This will be followed with a Clank change to use this class everywhere
we're using ClickableSpans.

BUG=390226,418989

Review URL: https://codereview.chromium.org/657893005

Cr-Commit-Position: refs/heads/master@{#300987}
chrome/android/java/res/layout/infobar_text.xml
ui/android/java/src/org/chromium/ui/widget/TextViewWithClickableSpans.java [new file with mode: 0644]