OSDN Git Service

Attempt to fix missing transport control in keyguard
authorJim Miller <jaggies@google.com>
Tue, 2 Oct 2012 03:21:02 +0000 (20:21 -0700)
committerJim Miller <jaggies@google.com>
Tue, 2 Oct 2012 21:41:34 +0000 (14:41 -0700)
commit4e81bd4bcf60a934d4cd589dab6e2bddb88d7356
treed6920f84dc1d441d20a7717c4d96c2a51b2ed226
parent0944d625448209185452eb4e800daec49de51986
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
core/res/res/layout/keyguard_widget_region.xml
core/res/res/values/symbols.xml
policy/src/com/android/internal/policy/impl/keyguard/KeyguardHostView.java