commit | 81635f027162e8be31ada3df44e46a0eeef1655d | [log] [tgz] |
---|---|---|
author | Raph Levien <raph@google.com> | Thu Sep 04 16:23:05 2014 -0700 |
committer | Raph Levien <raph@google.com> | Thu Sep 04 16:23:05 2014 -0700 |
tree | ab5310be17ae87c245310f869d134177449d14ae | |
parent | b3a935b7df3dcc97dbb143c32181bc2c526a914c [diff] |
Fix testEllipsizeCallback() An ellipsize test was failing because it made assumptions about the width of the base string, which weren't correct because "r" and the ellipsis character are a kern pair in Roboto. This change just computes a width without the kerning. Change-Id: I2d7621089f603d5ad6f9544f0a54de4f9a7f9910