commit | af2af4e53aedb14c781d0351565fd7bec55a141a | [log] [tgz] |
---|---|---|
author | Nicolas Roard <nicolas@android.com> | Mon Jan 11 13:20:16 2010 +0000 |
committer | Nicolas Roard <nicolas@android.com> | Thu Jan 14 14:46:07 2010 +0000 |
tree | 247adb68d275a9d3931820f014f2c7ae75d12155 | |
parent | 021b7b443fa4bb24ec73d0c09cf019c14eba67bc [diff] |
Add proper support for fixed position elements this is two-part change, see http://android-git.corp.google.com/g/#change,37091 for the C++ counterpart. This CL implements fixed position elements (css position: fixed) using layers, supporting pixels and percent lengths. It addresses http://b/1914365