jumaallan/AndelaCryptoApp

View on GitHub
app/src/main/res/values/attrs_ink_page_indicator.xml

Summary

Maintainability
Test Coverage
<resources>
    <declare-styleable name="InkPageIndicator">
        <attr name="dotDiameter" format="dimension" />
        <attr name="dotGap" format="dimension" />
        <attr name="animationDuration" format="integer" />
        <attr name="pageIndicatorColor" format="color" />
        <attr name="currentPageIndicatorColor" format="color" />
    </declare-styleable>
</resources>