Merge "Make getDimension's Javadoc say it returns px."

This commit is contained in:
TreeHugger Robot
2018-07-02 20:29:29 +00:00
committed by Android (Google) Code Review

View File

@@ -642,8 +642,7 @@ public class Resources {
* tool. This integer encodes the package, type, and resource
* entry. The value 0 is an invalid identifier.
*
* @return Resource dimension value multiplied by the appropriate
* metric.
* @return Resource dimension value multiplied by the appropriate metric to convert to pixels.
*
* @throws NotFoundException Throws NotFoundException if the given ID does not exist.
*