summaryrefslogtreecommitdiff
path: root/app/src/custom/res/animator/alpha3.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/custom/res/animator/alpha3.xml')
-rw-r--r--app/src/custom/res/animator/alpha3.xml11
1 files changed, 9 insertions, 2 deletions
diff --git a/app/src/custom/res/animator/alpha3.xml b/app/src/custom/res/animator/alpha3.xml
index d05f36c2..2a1e0ba4 100644
--- a/app/src/custom/res/animator/alpha3.xml
+++ b/app/src/custom/res/animator/alpha3.xml
@@ -1,4 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android">
-
-</set> \ No newline at end of file
+ <objectAnimator
+ android:duration="1000"
+ android:propertyName="fillColor"
+ android:valueFrom="#00000000"
+ android:valueTo="#000000"
+ android:valueType="colorType"
+ android:startOffset="2000"
+ />
+</set>