weknowhowyoufeel/AffdexMe/app/src/main/res/values/attrs.xml

9 lines
341 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="custom_attributes">
<attr name="textSize" format="dimension" />
<attr name="textColor" format="color"/>
<attr name="barLength" format="dimension"/>
<attr name="textDepth" format="dimension"/>
</declare-styleable>
</resources>