Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
BatchStepSensor / res / values /

attrs.xml

       
        1
       
       
        <?xml version="1.0" encoding="utf-8"?>
       
       
        2
       
       
        <resources>
       
       
        3
       
       
       
       
        4
       
       
        <declare-styleable name="CardStream">
       
       
        5
       
       
        <attr name="animationDuration" format="enum">
       
       
        6
       
       
        <enum name="slow" value="1001"/>
       
       
        7
       
       
        <enum name="normal" value="1002"/>
       
       
        8
       
       
        <enum name="fast" value="1003"/>
       
       
        9
       
       
        </attr>
       
       
        10
       
       
        <attr name="animators" format="string"/>
       
       
        11
       
       
        </declare-styleable>
       
       
        12
       
       
       
       
        13
       
       
       
       
        14
       
       
        </resources>