commit | 4e81bd4bcf60a934d4cd589dab6e2bddb88d7356 | [log] [tgz] |
---|---|---|
author | Jim Miller <jaggies@google.com> | Mon Oct 01 20:21:02 2012 -0700 |
committer | Jim Miller <jaggies@google.com> | Tue Oct 02 14:41:34 2012 -0700 |
tree | d6920f84dc1d441d20a7717c4d96c2a51b2ed226 | |
parent | 0944d625448209185452eb4e800daec49de51986 [diff] |
Attempt to fix missing transport control in keyguard This attempts to fix a bug where the transport control would sometimes be inoperative. The problem is that we had two transport control layouts on some devices because they were being declared in the layout file. The fix is to only inflate the layout once when KeyguardHostView is created. Also removes redundant KeyguardStatusView. Fixes bug 7254833 Change-Id: Iab84e8326ff745ee57be5177ab2561114c8dc6f0