<?xml version="1.0" encoding="utf-8"?>
<resources>
    <declare-styleable name="CircleImageView">
        <attr name="civ_border_width" format="dimension" />
        <attr name="civ_border_color" format="color" />
        <attr name="civ_border_overlay" format="boolean" />
        <attr name="civ_circle_background_color" format="color" />
    </declare-styleable>
    <attr name="arfl_ratioHeight" format="integer" />
    <attr name="arfl_ratioWidth" format="integer" />
    <attr name="resize_mode1">
        <enum name="fill" value="3" />
        <enum name="fit" value="0" />
        <enum name="fixed_height" value="2" />
        <enum name="fixed_width" value="1" />
        <enum name="zoom" value="4" />
    </attr>
    <declare-styleable name="StoriesProgressView">
        <attr name="progressCount" format="integer|reference" />
    </declare-styleable>
</resources>