Update rive-cpp to 2.0 version
[platform/core/uifw/rive-tizen.git] / submodule / skia / platform_tools / android / apps / skottie / skottielib / src / main / res / values / attrs.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <resources>
3   <declare-styleable name="SkottieView">
4     <attr name="backing_view" format="enum">
5       <enum name="texture_view" value="0"/>
6       <enum name="surface_view" value="1"/>
7     </attr>
8     <attr name="background_color" format="color"/>
9     <attr name="src" format="reference"/>
10     <attr name="android:repeatCount" format="integer"/>
11   </declare-styleable>
12 </resources>