Some attributes like i.e. barThickness are not accepting dimentions ("dp") values, just raw values. This is bad and unnecesary, and can be easily corrected by fixing faulty definition of the attributes. Instead of
The same for majority of other attributes. All of then should be extended by adding |reference. As this is small change I do not bother doing PR, but imho attr.xml should be looking like this:
Some attributes like i.e.
barThickness
are not accepting dimentions ("dp") values, just raw values. This is bad and unnecesary, and can be easily corrected by fixing faulty definition of the attributes. Instead ofit should rather be
or even better
The same for majority of other attributes. All of then should be extended by adding
|reference
. As this is small change I do not bother doing PR, but imhoattr.xml
should be looking like this: