Merge "Javadoc fix for View.setTooltipText" into oc-dev

This commit is contained in:
TreeHugger Robot
2017-04-03 20:55:11 +00:00
committed by Android (Google) Code Review

View File

@@ -25523,7 +25523,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback,
* <p>
* The tooltip will be displayed:
* <ul>
* <li>On long click, unless is not handled otherwise (by OnLongClickListener or a context
* <li>On long click, unless it is handled otherwise (by OnLongClickListener or a context
* menu). </li>
* <li>On hover, after a brief delay since the pointer has stopped moving </li>
* </ul>