commit | e67f0c9712890f3af19d1213ff4c4b049c401226 | [log] [tgz] |
---|---|---|
author | Dianne Hackborn <hackbod@google.com> | Mon Sep 28 17:33:54 2009 -0700 |
committer | Xavier Ducrohet <xav@android.com> | Tue Sep 29 17:49:22 2009 -0700 |
tree | 0e10f07484d1a1ecedcf159e1f13b118ca8edf81 | |
parent | d135b0937875b405a20f735189040d5cb4d2546d [diff] |
Hack to fix issue #2125365: Sports Trivia compatability with Eclair (do not merge) Adds a mechanism to tell Paint the scaling factor its target canvas will have, for it to compute font metrics based on the correct font size. Only TextView uses this, but that is enough for the large majority of apps. This is integrated from the Eclair branch.