styleable.xml 357 Bytes
<?xml version="1.0" encoding="utf-8"?>
<resources>

    <declare-styleable name="CNFloatLayout">
        <attr name="android:gravity" />
        <attr name="qmui_childHorizontalSpacing" />
        <attr name="qmui_childVerticalSpacing" />
        <attr name="android:maxLines" />
        <attr name="qmui_maxNumber" />
    </declare-styleable>

</resources>