commit | 3fe38c0e73e520c6c38454a41a4cffa16faaf67d | [log] [tgz] |
---|---|---|
author | Craig Mautner <cmautner@google.com> | Thu May 03 17:28:09 2012 -0700 |
committer | Craig Mautner <cmautner@google.com> | Thu May 03 17:28:09 2012 -0700 |
tree | b4144d7c534df524ac2f2362bd3ab8dc1e31a66d | |
parent | 232301b027e54c270adad30541d248e6b7b62f4a [diff] |
Retain current visibility when copying layoutparam The LayoutParams members, systemUiVisibility and subtreeSystemUiVisibility are derived values rather than app-generated values. When copying LayoutParams members make sure these values are not overwritten. Overwriting them was causing the STATUS_BAR_DISABLE_XXX flags to be overwritten exposing elements that should have remained hidden. Fixes bug b6374541. Change-Id: Iaae4b4167e1b148bbdba4d05f473844f7fa3bf8d