<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">

    <attr name="image_gallery_span_count" format="integer" />
    <attr name="image_gallery_select_shade" format="color" />

    <declare-styleable name="IMGColorRadio" tools:ignore="ResourceName">

        <attr name="image_color" format="color" />
        <attr name="image_stroke_color" format="color" />

    </declare-styleable>

</resources>