Created
August 19, 2019 16:34
-
-
Save NotWoods/c31f58fee2b688ded91fe4caed934a12 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<objectAnimator xmlns:android="http://schemas.android.com/apk/res/android" | |
android:propertyName="fillColor" | |
android:duration="500" | |
android:valueFrom="#CCCCCC" | |
android:valueTo="#20123A" | |
android:valueType="colorType" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment