We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdc15b2 commit 2b204c8Copy full SHA for 2b204c8
Android-JSON-Parse-Images-and-Texts-Tutorial
@@ -0,0 +1 @@
1
+Subproject commit e427db8b71d7667a00fb1ccd28ef3f7ed90ee16f
AnimatorTest/res/anim/my_anim.xml
@@ -0,0 +1,12 @@
+<?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