Fix incorrect resources mapping.
Verified that the click listeners themselves are re-registered when SystemUI is restarted (but not automatically after RRO is applied.) Bug: 162599873 Bug: 165011405 Test: Manual Change-Id: I87b90df48a354c5b9c7d53953d15c585219e348f
This commit is contained in:
@@ -22,7 +22,8 @@
|
||||
|
||||
<item target="attr/icon" value="@attr/icon"/>
|
||||
<item target="attr/selectedIcon" value="@attr/selectedIcon"/>
|
||||
<item target="attr/intent" value="@attr/longIntent"/>
|
||||
<item target="attr/intent" value="@attr/intent"/>
|
||||
<item target="attr/longIntent" value="@attr/longIntent"/>
|
||||
<item target="attr/componentNames" value="@attr/componentNames"/>
|
||||
<item target="attr/highlightWhenSelected" value="@attr/highlightWhenSelected"/>
|
||||
<item target="attr/categories" value="@attr/categories"/>
|
||||
|
||||
Reference in New Issue
Block a user