<?xml version="1.0" encoding="utf-8"?>
<resources>
    <declare-styleable name="CustomTextView">
        <attr name="fontName" format="string" />
    </declare-styleable>


    <declare-styleable name="MyCircleView">

        <attr name="cub_color" format="color"/>
        <attr name="cub_hover_color" format="color"/>
        <attr name="cub_border_color" format="color"/>
        <attr name="cub_icon" format="integer"/>
        <attr name="cub_border_radius" format="dimension" />
        <attr name="cub_fontstyle" format="string"/>
        <attr name="cub_riple_effect" format="boolean"></attr>

    </declare-styleable>

</resources >
