Skip to content

Commit 2b204c8

Browse files
author
silicon
committed
JSON
1 parent bdc15b2 commit 2b204c8

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit e427db8b71d7667a00fb1ccd28ef3f7ed90ee16f

AnimatorTest/res/anim/my_anim.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<objectAnimator xmlns:android="http://schemas.android.com/apk/res/android"
3+
android:propertyName="backgroundColor"
4+
android:duration="3000"
5+
android:valueFrom="#FF8080"
6+
android:valueTo="#8080FF"
7+
android:repeatCount="infinite"
8+
android:repeatMode="reverse"
9+
android:valueType="intType" >
10+
11+
12+
</objectAnimator>

0 commit comments

Comments
 (0)