Files
rk35xx-android14/development/samples/browseable/BatchStepSensor/res/values/attrs.xml
T
hmz007 36ed224bac Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a)
Signed-off-by: hmz007 <hmz007@gmail.com>
Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
2024-10-29 18:12:02 +08:00

14 lines
389 B
XML

<?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>