You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
389 B
14 lines
389 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
|
|
<declare-styleable name="CardStream">
|
|
<attr name="animationDuration" format="enum">
|
|
<enum name="slow" value="1001"/>
|
|
<enum name="normal" value="1002"/>
|
|
<enum name="fast" value="1003"/>
|
|
</attr>
|
|
<attr name="animators" format="string"/>
|
|
</declare-styleable>
|
|
|
|
|
|
</resources> |