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:
kwaky
2020-08-17 16:47:52 -07:00
parent 9e26c387d5
commit 321c37a28a

View File

@@ -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"/>