Messaging: Fix wrong enum value

* Apparently in QPR2, Material Design specifies iconSize which is set
  as a dimension (18dp) and overwrites ours which is an enum
* Fix it by choosing a unique name for the styleable

Change-Id: I0e9f93dc5bf8d450ea987f3b1fde9641827f2f99
This commit is contained in:
Michael W
2025-03-06 20:42:27 +01:00
parent 53eb598b63
commit 37f7aaea87
10 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
-->
<resources>
<declare-styleable name="ContactIconView">
<attr name="iconSize">
<attr name="contactIconSize">
<enum name="normal" value="0" />
<enum name="large" value="1" />
<enum name="small" value="2" />