commit | 77dc179baa7b8fb405633fd46324e336285d10e2 | [log] [tgz] |
---|---|---|
author | Grace Kloba <klobag@google.com> | Thu Jan 21 19:13:34 2010 -0800 |
committer | Grace Kloba <klobag@google.com> | Thu Jan 21 19:13:34 2010 -0800 |
tree | 302e93fa6a860aa92911f7ff84becafd6c2bf03b | |
parent | 7cabb03da7053f3ceb5ff8b41b6a46052c6658a1 [diff] |
As embedded and full screen shares the same view, we have to replace the AbsoluteLayout with ViewGroup.Layout before setting it to the dialog as dialog's FrameLayout doesn't accept AbsoluteLayout. This should fix the crash when changing orientation.