HaxoDevs v2 allows <!-- --> blocks, but some parsers choke on nested ones. Avoid conditional comments inside property values.
Let’s open the file (conceptually) and walk through its anatomy. style-HaxoDevs-v2.xml
<style overrides="style-HaxoDevs-v2.xml"> <component type="Button"> <property name="border-radius" value="4dp" /> </component> </style> HaxoDevs v2 allows <