OSDN Git Service

Fix bug #5349461 TextView: text that ends with an ImageSpan causes line height to...
authorFabrice Di Meglio <fdimeglio@google.com>
Fri, 23 Sep 2011 01:49:43 +0000 (18:49 -0700)
committerFabrice Di Meglio <fdimeglio@google.com>
Fri, 23 Sep 2011 20:40:58 +0000 (13:40 -0700)
commit8a5137a5aeba39cbc2c57c83ef79241b446d0cb7
treeafabcbbfd38a2b8c424b560f518b4bc59d74ec5c
parent70a85687b5fae5a28bc786aa5729e87202447fa3
Fix bug #5349461 TextView: text that ends with an ImageSpan causes line height to shrink to ImageSpan height

- save current metrics values before updating them

Change-Id: I2d88dd7d30e8e01d0c5e2328973f256b689672b2
core/java/android/text/TextLine.java